docs: Fix dynamic references to wiki

This commit is contained in:
Elian Doran
2024-08-06 20:38:35 +03:00
parent 85eaf0cb52
commit c3b742df3b
13 changed files with 14 additions and 14 deletions

View File

@@ -330,7 +330,7 @@ function initHelpDropdown($el) {
initHelpButtons($dropdownMenu);
}
const wikiBaseUrl = "https://github.com/zadam/trilium/wiki/";
const wikiBaseUrl = "https://github.com/TriliumNext/Docs/blob/main/Wiki/";
function openHelp($button) {
const helpPage = $button.attr("data-help-page");