help: Rename "Starting a new private thread" to "... new direct message".

With the private messages -> direct messages migration, we should
rename the "Starting a new private thread" help center article.

- Renames article to "Starting a new direct message"
- Updates relevant section in /help/getting-started-with-zulip
- Fixes typo in /help/send-group-dm
- Updates file names and adds URL redirect.

Fixes #25506.
This commit is contained in:
David Rosa 2023-05-13 20:19:23 -05:00 committed by Tim Abbott
parent 505eec4bac
commit be14ec2cab
6 changed files with 8 additions and 7 deletions

View File

@ -48,9 +48,9 @@ Like your email inbox, Zulip works best if you read it topic-by-topic.
{!how-to-start-a-new-topic.md!} {!how-to-start-a-new-topic.md!}
### Starting a new private thread ### Starting a new direct message
{!starting-a-new-private-thread.md!} {!starting-a-new-direct-message.md!}
### Responding to an existing thread ### Responding to an existing thread

View File

@ -13,7 +13,7 @@
!!! tip "" !!! tip ""
You can switch from composing a stream message to a composing a direct You can switch from composing a stream message to composing a direct
message by selecting **Direct message** from the dropdown in the upper left message by selecting **Direct message** from the dropdown in the upper left
of the compose box. of the compose box.

View File

@ -14,7 +14,7 @@
* [Reading topics](/help/reading-topics) * [Reading topics](/help/reading-topics)
* [Reading direct messages (DMs)](/help/reading-dms) * [Reading direct messages (DMs)](/help/reading-dms)
* [Starting a new topic](/help/starting-a-new-topic) * [Starting a new topic](/help/starting-a-new-topic)
* [Starting a new private thread](/help/starting-a-new-private-thread) * [Starting a new direct message](/help/starting-a-new-direct-message)
* [Replying to messages](/help/replying-to-messages) * [Replying to messages](/help/replying-to-messages)
* [Messaging tips & tricks](/help/messaging-tips) * [Messaging tips & tricks](/help/messaging-tips)
* [Keyboard shortcuts](/help/keyboard-shortcuts) * [Keyboard shortcuts](/help/keyboard-shortcuts)

View File

@ -2,5 +2,5 @@
!!! tip "" !!! tip ""
Rather than kicking off a group thread, consider starting the Rather than kicking off a group direct message, consider starting the
conversation in a new topic to make it easier to browse later on. conversation in a new topic to make it easier to browse later on.

View File

@ -1,6 +1,6 @@
# Starting a new private thread # Starting a new direct message
{!starting-a-new-private-thread.md!} {!starting-a-new-direct-message.md!}
## Related articles ## Related articles

View File

@ -74,6 +74,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
URLRedirect("/help/night-mode", "/help/dark-theme"), URLRedirect("/help/night-mode", "/help/dark-theme"),
URLRedirect("/help/enable-emoticon-translations", "/help/configure-emoticon-translations"), URLRedirect("/help/enable-emoticon-translations", "/help/configure-emoticon-translations"),
URLRedirect("/help/web-public-streams", "/help/public-access-option"), URLRedirect("/help/web-public-streams", "/help/public-access-option"),
URLRedirect("/help/starting-a-new-private-thread", "/help/starting-a-new-direct-message"),
] ]
LANDING_PAGE_REDIRECTS = [ LANDING_PAGE_REDIRECTS = [