Skip to content

Commit

Permalink
#33: Autocompletion documentation link is tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taitava committed Dec 5, 2021
1 parent 26c6771 commit 1339862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Documentation.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const DocumentationMainLink = "https://publish.obsidian.md/shellcommands";
export const DocumentationVariablesLink = "https://publish.obsidian.md/shellcommands/Variables/Variables+-+general+principles#All+variables";
export const DocumentationAutocompleteLink = "https://publish.obsidian.md/shellcommands/Variables/Autocomplete/Autocomplete"; // TODO: Check that the link is correct, it's written here before creating the page.
export const DocumentationAutocompleteLink = "https://publish.obsidian.md/shellcommands/Variables/Autocomplete/Autocomplete";
export const GitHubLink = "https://github.com/Taitava/obsidian-shellcommands";
export const ChangelogLink = "https://github.com/Taitava/obsidian-shellcommands/blob/main/CHANGELOG.md";

0 comments on commit 1339862

Please sign in to comment.