diff --git a/help/search-for-messages.md b/help/search-for-messages.md index a0090bedc0..782ca8759c 100644 --- a/help/search-for-messages.md +++ b/help/search-for-messages.md @@ -154,10 +154,7 @@ A summary of the search filters above is available in the Zulip app. {start_tabs} -1. Click the **keyboard** () icon at the bottom - of the app, just below the right sidebar. - -1. Switch to the **Search filters** tab. +{relative|gear|search-filters} {end_tabs} diff --git a/zerver/lib/markdown/help_relative_links.py b/zerver/lib/markdown/help_relative_links.py index a9589bca56..36cebb72f3 100644 --- a/zerver/lib/markdown/help_relative_links.py +++ b/zerver/lib/markdown/help_relative_links.py @@ -28,6 +28,7 @@ gear_info = { "invite": ["Invite users", "/#invite"], "keyboard-shortcuts": ["Keyboard shortcuts (?)", "/#keyboard-shortcuts"], "message-formatting": ["Message formatting", "/#message-formatting"], + "search-filters": ["Search filters", "/#search-operators"], "about-zulip": ["About Zulip", "/#about-zulip"], }