chore(web-clipper): update help URL

This commit is contained in:
Elian Doran 2026-01-24 17:25:09 +02:00
parent c2a758dd4a
commit 9d347ff3d9
No known key found for this signature in database

View File

@ -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) {