mirror of
https://github.com/zadam/trilium.git
synced 2026-07-07 01:18:49 +02:00
chore(web-clipper): update help URL
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user