diff --git a/src/main.ts b/src/main.ts index 714d184..c01dd3e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -466,8 +466,8 @@ class OmnivoreSettingTab extends PluginSettingTab { fragment.append( "See ", fragment.createEl("a", { - text: "https://omnivore.app/help/search", - href: "https://omnivore.app/help/search", + text: "https://docs.omnivore.app/using/search", + href: "https://docs.omnivore.app/using/search", }), " for more info on search query syntax. Make sure your Filter (in the section above) is set to advanced when using a custom query." );