diff --git a/help/include/sidebar_index.md b/help/include/sidebar_index.md index 347a9ab86e..34ab82c949 100644 --- a/help/include/sidebar_index.md +++ b/help/include/sidebar_index.md @@ -127,7 +127,7 @@ * [Add or remove users from a stream](/help/add-or-remove-users-from-a-stream) * [Pin a stream](/help/pin-a-stream) * [Change the color of a stream](/help/change-the-color-of-a-stream) -* [Start a new topic](/help/start-a-new-topic) +* [Start a new topic](/help/starting-a-new-topic) * [Rename a topic](/help/rename-a-topic) * [Resolve a topic](/help/resolve-a-topic) * [Move content to another topic](/help/move-content-to-another-topic) diff --git a/help/start-a-new-topic.md b/help/start-a-new-topic.md deleted file mode 100644 index 8da93c5137..0000000000 --- a/help/start-a-new-topic.md +++ /dev/null @@ -1,26 +0,0 @@ -# Start a new topic - -Topics are a lightweight tool to keep conversations organized. You should -start a new topic whenever you're not replying to an existing message. - -## Start a new topic - -{start_tabs} - -1. Click on a stream in the left sidebar. - -1. Click **New topic** at the bottom of the app, or type C. - -{end_tabs} - -Don't worry about picking the perfect topic. The first 2-4 words that come -to mind are great. - -Note that topics are not available for [direct messages](/help/direct-messages). -If you find yourself wanting topics in a DM, we recommend -[creating a private stream](/help/create-a-stream). - -## Related articles - -* [Rename a topic](/help/rename-a-topic) -* [Require topics](/help/require-topics) for all stream messages diff --git a/templates/corporate/development-community.md b/templates/corporate/development-community.md index 11402be2b6..900e4b475a 100644 --- a/templates/corporate/development-community.md +++ b/templates/corporate/development-community.md @@ -40,7 +40,7 @@ feedback. - Send test messages to [#test here](https://chat.zulip.org/#narrow/stream/7-test-here) or as a PM to yourself to avoid disturbing others. -- [Start a new topic](/help/start-a-new-topic) unless you’re replying +- [Start a new topic](/help/starting-a-new-topic) unless you’re replying to an existing conversation. If you see a new user talking about something unrelated on an existing topic, [move the messages to an appropriate new topic](/help/move-content-to-another-topic). @@ -82,7 +82,7 @@ feedback. # Where do I send my message? This section describes popular public streams on chat.zulip.org. Kick -off the discussion by [starting a new topic](/help/start-a-new-topic) +off the discussion by [starting a new topic](/help/starting-a-new-topic) in the appropriate stream! Don’t stress too much about picking the right place if you’re not sure; anyone in the community can edit a topic name, and [moderators](/help/roles-and-permissions) can [move a diff --git a/zerver/lib/onboarding.py b/zerver/lib/onboarding.py index 0efda0b0a6..d863afd0d4 100644 --- a/zerver/lib/onboarding.py +++ b/zerver/lib/onboarding.py @@ -309,7 +309,7 @@ def send_initial_realm_messages(realm: Realm) -> None: ) ).format( default_notification_stream_name=Realm.DEFAULT_NOTIFICATION_STREAM_NAME, - start_topic_help_url="/help/start-a-new-topic", + start_topic_help_url="/help/starting-a-new-topic", ) welcome_messages: List[Dict[str, str]] = [ diff --git a/zerver/lib/url_redirects.py b/zerver/lib/url_redirects.py index c04f94c98e..e4135f885a 100644 --- a/zerver/lib/url_redirects.py +++ b/zerver/lib/url_redirects.py @@ -76,6 +76,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [ URLRedirect("/help/web-public-streams", "/help/public-access-option"), URLRedirect("/help/starting-a-new-private-thread", "/help/starting-a-new-direct-message"), URLRedirect("/help/edit-or-delete-a-message", "/help/delete-a-message"), + URLRedirect("/help/start-a-new-topic", "/help/starting-a-new-topic"), ] LANDING_PAGE_REDIRECTS = [