mirror of https://github.com/zulip/zulip.git
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:
parent
7fd2d76035
commit
96817e64be
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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.
|
|
@ -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)
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue