docs: Use nicer links to Wiki (dynamic)

This commit is contained in:
Elian Doran
2024-08-10 00:26:39 +03:00
parent 280f9a98c4
commit 0deb5df11d
15 changed files with 29 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ export default class SharedSwitchWidget extends SwitchWidget {
this.$switchOffName.text("Shared");
this.$switchOffButton.attr("title", "Unshare the note");
this.$helpButton.attr("data-help-page", "sharing.md").show();
this.$helpButton.attr("data-help-page", "sharing.html").show();
this.$helpButton.on('click', e => utils.openHelp($(e.target)));
}