mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
docs: Use nicer links to Wiki (dynamic)
This commit is contained in:
@@ -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)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user