mirror of https://github.com/zulip/zulip.git
help: Rename finding-a-topic-to-read -> finding-a-conversation-to-read
- Renames filenames to match page title. Fixes part of #27191.
This commit is contained in:
parent
be6dedb0bf
commit
447b853ef1
|
@ -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
|
||||
<kbd>PgDn</kbd>.
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<kbd>L</kbd>, <kbd>H</kbd>) 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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue