diff --git a/help/finding-a-topic-to-read.md b/help/finding-a-conversation-to-read.md similarity index 100% rename from help/finding-a-topic-to-read.md rename to help/finding-a-conversation-to-read.md diff --git a/help/include/reading-conversations.md b/help/include/reading-conversations.md index fdc356a44f..5f9b6c6bc4 100644 --- a/help/include/reading-conversations.md +++ b/help/include/reading-conversations.md @@ -2,7 +2,7 @@ {tab|desktop-web} -1. [Find](/help/finding-a-topic-to-read) a conversation to read. +1. [Find](/help/finding-a-conversation-to-read) a conversation to read. 1. Read the conversation, scrolling down with the mouse or by pressing PgDn. diff --git a/help/include/sidebar_index.md b/help/include/sidebar_index.md index dc8daa05e3..eddaca2006 100644 --- a/help/include/sidebar_index.md +++ b/help/include/sidebar_index.md @@ -10,7 +10,7 @@ * [Joining an organization](/help/join-a-zulip-organization) * [Set up your account](/help/set-up-your-account) * [Streams and topics](/help/streams-and-topics) -* [Finding a conversation to read](/help/finding-a-topic-to-read) +* [Finding a conversation to read](/help/finding-a-conversation-to-read) * [Reading conversations](/help/reading-conversations) * [Starting a new topic](/help/starting-a-new-topic) * [Starting a new direct message](/help/starting-a-new-direct-message) diff --git a/help/reading-conversations.md b/help/reading-conversations.md index 12338668ec..961798825a 100644 --- a/help/reading-conversations.md +++ b/help/reading-conversations.md @@ -9,5 +9,5 @@ ## Related articles * [Getting started with Zulip](/help/getting-started-with-zulip) -* [Finding a conversation to read](/help/finding-a-topic-to-read) +* [Finding a conversation to read](/help/finding-a-conversation-to-read) * [Reading strategies](/help/reading-strategies) diff --git a/help/reading-dms.md b/help/reading-dms.md index e8606a9072..d576cd51be 100644 --- a/help/reading-dms.md +++ b/help/reading-dms.md @@ -6,5 +6,5 @@ * [Getting started with Zulip](/help/getting-started-with-zulip) * [Reading conversations](/help/reading-conversations) -* [Finding a topic to read](/help/finding-a-topic-to-read) +* [Finding a conversations to read](/help/finding-a-conversation-to-read) * [Reading strategies](/help/reading-strategies) diff --git a/help/recent-conversations.md b/help/recent-conversations.md index d33d331b2e..f85bbf3850 100644 --- a/help/recent-conversations.md +++ b/help/recent-conversations.md @@ -10,7 +10,7 @@ L, H) can be used to move between elements. ## Related articles -* [Finding a conversation to read](/help/finding-a-topic-to-read) +* [Finding a conversation to read](/help/finding-a-conversation-to-read) * [Reading conversations](/help/reading-conversations) * [Reading strategies](/help/reading-strategies) * [Inbox](/help/inbox) diff --git a/help/streams-and-topics.md b/help/streams-and-topics.md index ae6e724aa6..fa056d497d 100644 --- a/help/streams-and-topics.md +++ b/help/streams-and-topics.md @@ -6,7 +6,7 @@ ## Further reading * [Getting started with Zulip](/help/getting-started-with-zulip) -* [Finding a conversation to read](/help/finding-a-topic-to-read) +* [Finding a conversation to read](/help/finding-a-conversation-to-read) * [Reading conversations](/help/reading-conversations) * [Starting a new topic](/help/starting-a-new-topic) * [Replying to messages](/help/replying-to-messages) diff --git a/zerver/lib/url_redirects.py b/zerver/lib/url_redirects.py index 5af9ea27ec..3bf33104cd 100644 --- a/zerver/lib/url_redirects.py +++ b/zerver/lib/url_redirects.py @@ -79,6 +79,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [ URLRedirect("/help/start-a-new-topic", "/help/starting-a-new-topic"), URLRedirect("/help/configure-default-view", "/help/configure-home-view"), URLRedirect("/help/reading-topics", "/help/reading-conversations"), + URLRedirect("/help/finding-a-topic-to-read", "/help/finding-a-conversation-to-read"), ] LANDING_PAGE_REDIRECTS = [