From be14ec2cabb99fea287e4f8c04ca29d5d5129c6d Mon Sep 17 00:00:00 2001 From: David Rosa Date: Sat, 13 May 2023 20:19:23 -0500 Subject: [PATCH] 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. --- help/getting-started-with-zulip.md | 4 ++-- help/include/send-group-dm.md | 2 +- help/include/sidebar_index.md | 2 +- ...new-private-thread.md => starting-a-new-direct-message.md} | 2 +- ...new-private-thread.md => starting-a-new-direct-message.md} | 4 ++-- zerver/lib/url_redirects.py | 1 + 6 files changed, 8 insertions(+), 7 deletions(-) rename help/include/{starting-a-new-private-thread.md => starting-a-new-direct-message.md} (58%) rename help/{starting-a-new-private-thread.md => starting-a-new-direct-message.md} (77%) diff --git a/help/getting-started-with-zulip.md b/help/getting-started-with-zulip.md index 4c5db4860c..48ef95a674 100644 --- a/help/getting-started-with-zulip.md +++ b/help/getting-started-with-zulip.md @@ -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!} -### 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 diff --git a/help/include/send-group-dm.md b/help/include/send-group-dm.md index bbec40cafe..8b44f35f2b 100644 --- a/help/include/send-group-dm.md +++ b/help/include/send-group-dm.md @@ -13,7 +13,7 @@ !!! 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 of the compose box. diff --git a/help/include/sidebar_index.md b/help/include/sidebar_index.md index 78ed984f0b..2e095f09ec 100644 --- a/help/include/sidebar_index.md +++ b/help/include/sidebar_index.md @@ -14,7 +14,7 @@ * [Reading topics](/help/reading-topics) * [Reading direct messages (DMs)](/help/reading-dms) * [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) * [Messaging tips & tricks](/help/messaging-tips) * [Keyboard shortcuts](/help/keyboard-shortcuts) diff --git a/help/include/starting-a-new-private-thread.md b/help/include/starting-a-new-direct-message.md similarity index 58% rename from help/include/starting-a-new-private-thread.md rename to help/include/starting-a-new-direct-message.md index 3d18c1025f..b69edf6ee3 100644 --- a/help/include/starting-a-new-private-thread.md +++ b/help/include/starting-a-new-direct-message.md @@ -2,5 +2,5 @@ !!! 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. diff --git a/help/starting-a-new-private-thread.md b/help/starting-a-new-direct-message.md similarity index 77% rename from help/starting-a-new-private-thread.md rename to help/starting-a-new-direct-message.md index 344b17f470..f177e0db7a 100644 --- a/help/starting-a-new-private-thread.md +++ b/help/starting-a-new-direct-message.md @@ -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 diff --git a/zerver/lib/url_redirects.py b/zerver/lib/url_redirects.py index 9438dd6564..80285a41e9 100644 --- a/zerver/lib/url_redirects.py +++ b/zerver/lib/url_redirects.py @@ -74,6 +74,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [ URLRedirect("/help/night-mode", "/help/dark-theme"), URLRedirect("/help/enable-emoticon-translations", "/help/configure-emoticon-translations"), 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 = [