From 583ec00db77e17bf6c1fe24f332a44ab5dd13269 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Mon, 10 Mar 2025 15:04:41 +0000 Subject: [PATCH] zulip_update_announcements: Add missing close-paren. --- zerver/lib/zulip_update_announcements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerver/lib/zulip_update_announcements.py b/zerver/lib/zulip_update_announcements.py index 63b890e19d..a7319ced98 100644 --- a/zerver/lib/zulip_update_announcements.py +++ b/zerver/lib/zulip_update_announcements.py @@ -317,7 +317,7 @@ quickly insert them into the message you're composing. **Web and desktop updates** - When you copy a Zulip link and paste it anywhere that accepts HTML formatting (e.g., your email, GitHub, docs, etc.), the link will be formatted as it would - be in Zulip (e.g., [#channel > topic]({link_to_a_message_or_conversation_url}). + be in Zulip (e.g., [#channel > topic]({link_to_a_message_or_conversation_url})). - To [link]({link_to_a_message_or_conversation_url}) to a topic in the channel you're composing to, you can now just type `#>` followed by a few letters from the topic name, and pick the desired topic from the autocomplete.