docs: Fix the remainder of hard-coded links to wiki

This commit is contained in:
Elian Doran
2024-08-06 20:18:19 +03:00
parent c1fcb10bc0
commit 85eaf0cb52
10 changed files with 13 additions and 13 deletions

View File

@@ -251,7 +251,7 @@ interface Api {
*/
sortNotes(parentNoteId: string, sortConfig: {
/** 'title', 'dateCreated', 'dateModified' or a label name
* See {@link https://github.com/zadam/trilium/wiki/Sorting} for details. */
* See {@link https://github.com/TriliumNext/Docs/blob/main/Wiki/sorting.md} for details. */
sortBy?: string;
reverse?: boolean;
foldersFirst?: boolean;