diff --git a/help/all-messages.md b/help/all-messages.md index 30b889d248..4e86775eb1 100644 --- a/help/all-messages.md +++ b/help/all-messages.md @@ -14,4 +14,4 @@ * [Inbox](/help/inbox) * [Recent conversations](/help/recent-conversations) * [Configure home view](/help/configure-home-view) -* [Reading conversations](/help/reading-topics) +* [Reading conversations](/help/reading-conversations) diff --git a/help/finding-a-topic-to-read.md b/help/finding-a-topic-to-read.md index bd930c8eca..3d2bc57032 100644 --- a/help/finding-a-topic-to-read.md +++ b/help/finding-a-topic-to-read.md @@ -22,4 +22,4 @@ * [Getting started with Zulip](/help/getting-started-with-zulip) * [Reading strategies](/help/reading-strategies) -* [Reading conversations](/help/reading-topics) +* [Reading conversations](/help/reading-conversations) diff --git a/help/getting-started-with-zulip.md b/help/getting-started-with-zulip.md index fa951817d8..467f85858d 100644 --- a/help/getting-started-with-zulip.md +++ b/help/getting-started-with-zulip.md @@ -40,7 +40,7 @@ it, you'll never want to use a different team chat app! ### Reading conversations -{!reading-topics.md!} +{!reading-conversations.md!} ## Sending messages diff --git a/help/include/reading-topics.md b/help/include/reading-conversations.md similarity index 100% rename from help/include/reading-topics.md rename to help/include/reading-conversations.md diff --git a/help/include/sidebar_index.md b/help/include/sidebar_index.md index d716f9b8b1..dc8daa05e3 100644 --- a/help/include/sidebar_index.md +++ b/help/include/sidebar_index.md @@ -11,7 +11,7 @@ * [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) -* [Reading conversations](/help/reading-topics) +* [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) * [Replying to messages](/help/replying-to-messages) diff --git a/help/printing-messages.md b/help/printing-messages.md index 145aabedb8..6b704c1dd1 100644 --- a/help/printing-messages.md +++ b/help/printing-messages.md @@ -1,7 +1,7 @@ # Printing messages Zulip lets you print the messages in any view, including -[topics](/help/reading-topics), [direct message +[conversations](/help/reading-conversations), [direct message conversations](/help/reading-dms), and [searches](/help/search-for-messages). Printouts include just the content you need, without sidebars and buttons. @@ -29,7 +29,7 @@ whether you're using [light or dark theme](/help/dark-theme). ## Related articles -* [Reading topics](/help/reading-topics) +* [Reading conversations](/help/reading-conversations) * [Reading direct messages (DMs)](/help/reading-dms) * [Dark theme](/help/dark-theme) * [Supported browsers](/help/supported-browsers) diff --git a/help/reading-topics.md b/help/reading-conversations.md similarity index 91% rename from help/reading-topics.md rename to help/reading-conversations.md index 0062fbdb04..12338668ec 100644 --- a/help/reading-topics.md +++ b/help/reading-conversations.md @@ -4,7 +4,7 @@ {!conversation-recommendation.md!} -{!reading-topics.md!} +{!reading-conversations.md!} ## Related articles diff --git a/help/reading-dms.md b/help/reading-dms.md index 0de4623f23..e8606a9072 100644 --- a/help/reading-dms.md +++ b/help/reading-dms.md @@ -5,6 +5,6 @@ ## Related articles * [Getting started with Zulip](/help/getting-started-with-zulip) -* [Reading topics](/help/reading-topics) +* [Reading conversations](/help/reading-conversations) * [Finding a topic to read](/help/finding-a-topic-to-read) * [Reading strategies](/help/reading-strategies) diff --git a/help/reading-strategies.md b/help/reading-strategies.md index 7538aab977..a586cc33d0 100644 --- a/help/reading-strategies.md +++ b/help/reading-strategies.md @@ -32,7 +32,7 @@ in Zulip. ### Reading conversations -{!reading-topics.md!} +{!reading-conversations.md!} ## Combined views diff --git a/help/recent-conversations.md b/help/recent-conversations.md index d27e54ecf6..d33d331b2e 100644 --- a/help/recent-conversations.md +++ b/help/recent-conversations.md @@ -11,7 +11,7 @@ ## Related articles * [Finding a conversation to read](/help/finding-a-topic-to-read) -* [Reading conversations](/help/reading-topics) +* [Reading conversations](/help/reading-conversations) * [Reading strategies](/help/reading-strategies) * [Inbox](/help/inbox) * [All messages](/help/all-messages) diff --git a/help/streams-and-topics.md b/help/streams-and-topics.md index 9c1a65e301..ae6e724aa6 100644 --- a/help/streams-and-topics.md +++ b/help/streams-and-topics.md @@ -7,7 +7,7 @@ * [Getting started with Zulip](/help/getting-started-with-zulip) * [Finding a conversation to read](/help/finding-a-topic-to-read) -* [Reading conversations](/help/reading-topics) +* [Reading conversations](/help/reading-conversations) * [Starting a new topic](/help/starting-a-new-topic) * [Replying to messages](/help/replying-to-messages) * [Creating streams for your organization](/help/getting-your-organization-started-with-zulip#create-streams) diff --git a/help/typing-notifications.md b/help/typing-notifications.md index 5ef0f6f8ad..39f712a3d2 100644 --- a/help/typing-notifications.md +++ b/help/typing-notifications.md @@ -1,7 +1,7 @@ # Typing notifications The Zulip web app displays typing notifications in [conversation -views](/help/reading-topics) and [**All direct +views](/help/reading-conversations) and [**All direct messages**](/help/direct-messages#access-all-dms). The mobile app displays typing notifications in direct message conversations. diff --git a/zerver/lib/url_redirects.py b/zerver/lib/url_redirects.py index bb940fec5b..5af9ea27ec 100644 --- a/zerver/lib/url_redirects.py +++ b/zerver/lib/url_redirects.py @@ -78,6 +78,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [ URLRedirect("/help/edit-or-delete-a-message", "/help/delete-a-message"), 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"), ] LANDING_PAGE_REDIRECTS = [