mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
corporate: Replace /try-zulip
with /?show_try_zulip_modal
.
This commit removes the `/try-zulip` landing page. The URLs are replaced with `chat.zulip.org/?show_try_zulip_modal`, which leads to display a modal for spectators. Fixes #34181.
This commit is contained in:
committed by
Tim Abbott
parent
f64d7b6e28
commit
41df472d41
@@ -264,7 +264,6 @@ class DocPageTest(ZulipTestCase):
|
||||
self._test("/security/", ["TLS encryption"])
|
||||
self._test("/use-cases/", ["Use cases and customer stories"])
|
||||
self._test("/why-zulip/", ["Why Zulip?"])
|
||||
self._test("/try-zulip/", ["check out the Zulip app"])
|
||||
# /for/... pages
|
||||
self._test("/for/open-source/", ["for open source projects"])
|
||||
self._test("/for/events/", ["for conferences and events"])
|
||||
|
Reference in New Issue
Block a user