message_quoting: Rename help page to "Quote or forward a message".

Move the page to /help/quote-or-forward-a-message and
add a url redirect from the old url.

Fixes #31953
This commit is contained in:
Emil Grehn 2024-10-19 14:52:08 +02:00
parent 7fd2d76035
commit 96817e64be
9 changed files with 9 additions and 8 deletions

View File

@ -191,7 +191,7 @@ be happy to help you out.
* [Message formatting](/help/format-your-message-using-markdown)
* [LaTeX](/help/latex)
* [Spoilers](/help/spoilers)
* [Quote message](/help/quote-and-reply)
* [Quote message](/help/quote-or-forward-a-message)
[pygments-lexers]: https://pygments.org/docs/lexers/
[get_lexer_by_name]: https://pygments-doc.readthedocs.io/en/latest/lexers/lexers.html#pygments.lexers.get_lexer_by_name

View File

@ -48,4 +48,4 @@ quote in two paragraphs
## Related articles
* [Message formatting](/help/format-your-message-using-markdown)
* [Quote message](/help/quote-and-reply)
* [Quote message](/help/quote-or-forward-a-message)

View File

@ -114,7 +114,7 @@ below.
!!! tip ""
There is a handy option to [quote message](/help/quote-and-reply) to a
There is a handy option to [quote message](/help/quote-or-forward-a-message) to a
message in Zulip.
You can also use the **Quote** (<i class="zulip-icon zulip-icon-quote"></i>)
button in the compose box to insert quote formatting.

View File

@ -61,7 +61,7 @@
* [Mention a user or group](/help/mention-a-user-or-group)
* [Link to a channel, topic, or message](/help/link-to-a-message-or-conversation)
* [Format a quote](/help/format-a-quote)
* [Quote message](/help/quote-and-reply)
* [Quote or forward a message](/help/quote-or-forward-a-message)
* [Emoji and emoticons](/help/emoji-and-emoticons)
* [Insert a link](/help/insert-a-link)
* [Share and upload files](/help/share-and-upload-files)

View File

@ -54,7 +54,7 @@ These links will still work even when the message is [moved to another
topic](/help/move-content-to-another-topic) or
[channel](/help/move-content-to-another-channel), or if its [topic is
resolved](/help/resolve-a-topic). Zulip uses the same permanent link syntax when
[quoting a message](/help/quote-and-reply).
[quoting a message](/help/quote-or-forward-a-message).
When you paste a message link into the compose box, it gets automatically
formatted to be easy to read:

View File

@ -95,5 +95,5 @@ channels](/help/channel-notifications).
* [Message formatting](/help/format-your-message-using-markdown)
* [Restrict wildcard mentions](/help/restrict-wildcard-mentions)
* [Quote message](/help/quote-and-reply)
* [Quote message](/help/quote-or-forward-a-message)
* [View your mentions](/help/view-your-mentions)

View File

@ -1,4 +1,4 @@
# Quote message
# Quote or forward a message
You can quote a previous message, either replying within a topic or to
start a new topic.

View File

@ -7,5 +7,5 @@
* [Getting started with Zulip](/help/getting-started-with-zulip)
* [Introduction to topics](/help/introduction-to-topics)
* [Starting a new direct message](/help/starting-a-new-direct-message)
* [Quote message](/help/quote-and-reply)
* [Quote message](/help/quote-or-forward-a-message)
* [Messaging tips & tricks](/help/messaging-tips)

View File

@ -124,6 +124,7 @@ HELP_DOCUMENTATION_REDIRECTS: list[URLRedirect] = [
),
URLRedirect("/help/allow-image-link-previews", "/help/image-video-and-website-previews"),
URLRedirect("/help/getting-your-organization-started-with-zulip", "/help/moving-to-zulip"),
URLRedirect("/help/quote-and-reply", "/help/quote-or-forward-a-message"),
]
LANDING_PAGE_REDIRECTS = [