mirror of
https://github.com/zadam/trilium.git
synced 2026-02-01 11:24:25 +01:00
chore(web-clipper): update help URL
This commit is contained in:
parent
c2a758dd4a
commit
9d347ff3d9
@ -101,7 +101,7 @@ async function saveLinkWithNote() {
|
||||
$("#save-button").on("click", saveLinkWithNote);
|
||||
|
||||
$("#show-help-button").on("click", () => {
|
||||
window.open("https://github.com/zadam/trilium/wiki/Web-clipper", '_blank');
|
||||
window.open("https://docs.triliumnotes.org/user-guide/setup/web-clipper", '_blank');
|
||||
});
|
||||
|
||||
function escapeHtml(string) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user