diff --git a/corporate/urls.py b/corporate/urls.py index e38dd156ab..ae74362e44 100644 --- a/corporate/urls.py +++ b/corporate/urls.py @@ -150,7 +150,6 @@ landing_page_urls = [ path("why-zulip/", landing_view, {"template_name": "corporate/why-zulip.html"}), path("self-hosting/", landing_view, {"template_name": "corporate/self-hosting.html"}), path("security/", landing_view, {"template_name": "corporate/security.html"}), - path("try-zulip/", landing_view, {"template_name": "corporate/try-zulip.html"}), # /for pages path("use-cases/", landing_view, {"template_name": "corporate/for/use-cases.html"}), path( diff --git a/docs/production/install.md b/docs/production/install.md index 90de938c03..862870b726 100644 --- a/docs/production/install.md +++ b/docs/production/install.md @@ -14,8 +14,8 @@ To **import data** from [Slack][slack-import], [Mattermost][mattermost-import], server][zulip-server-import], follow the linked instructions. You can **try out Zulip** before setting up your own server by [checking -it out](https://zulip.com/try-zulip/) in the Zulip development community, or -[creating a free test organization](https://zulip.com/new/) on Zulip Cloud. +it out](https://chat.zulip.org/?show_try_zulip_modal) in the Zulip development community, +or [creating a free test organization](https://zulip.com/new/) on Zulip Cloud. :::{note} These instructions are for self-hosting Zulip. To diff --git a/help/include/trying-out-zulip.md b/help/include/trying-out-zulip.md index ad5556d5a8..ed67ec70f9 100644 --- a/help/include/trying-out-zulip.md +++ b/help/include/trying-out-zulip.md @@ -9,7 +9,7 @@ It's also easy to try out Zulip for yourself. 1. **Check out the Zulip app**. You can: - - [View the Zulip development community](https://zulip.com/try-zulip/), + - [View the Zulip development community](https://chat.zulip.org/?show_try_zulip_modal), where hundreds of participants collaborate to improve Zulip. Many parts of the community are open for [public access](/help/public-access-option), so you can start exploring without creating an account. diff --git a/templates/corporate/development-community.md b/templates/corporate/development-community.md index d47d7cecd9..8b374605c7 100644 --- a/templates/corporate/development-community.md +++ b/templates/corporate/development-community.md @@ -29,8 +29,8 @@ engage with the Zulip community. You can also [read conversations](https://chat.zulip.org/) in the community without creating an account. If you are evaluating using Zulip for your -organization, check out these [tips](/try-zulip/) for exploring the product in -action in the development community. +organization, check out these [tips](https://chat.zulip.org/?show_try_zulip_modal) +for exploring the product in action in the development community.
# Community norms diff --git a/templates/corporate/hello.html b/templates/corporate/hello.html index 7bf988f5f4..e2cf625d8c 100644 --- a/templates/corporate/hello.html +++ b/templates/corporate/hello.html @@ -43,7 +43,7 @@
- + See it in use
in an open organization
diff --git a/templates/corporate/try-zulip.html b/templates/corporate/try-zulip.html deleted file mode 100644 index f990b7e42c..0000000000 --- a/templates/corporate/try-zulip.html +++ /dev/null @@ -1,46 +0,0 @@ -{% extends "zerver/portico.html" %} -{% set entrypoint = "landing-page" %} - -{% set PAGE_TITLE = "Try Zulip now" %} - -{% set PAGE_DESCRIPTION = "Check out the Zulip app by viewing the Zulip - development community. No account required." %} - -{% block customhead %} - -{% endblock %} - -{% block portico_content %} - -{% include 'zerver/landing_nav.html' %} - -
-
-
-

Try Zulip now.

-

- Check out the Zulip app in the Zulip development - community.
No account required. -

-
-
-
-
- -
- {{ render_markdown_path('corporate/try-zulip-part1.md') }} -
- -
- {{ render_markdown_path('corporate/try-zulip-part2.md') }} -
-
-
-
- -{% endblock %} diff --git a/templates/zerver/landing_nav.html b/templates/zerver/landing_nav.html index fac54573db..adb9f98773 100644 --- a/templates/zerver/landing_nav.html +++ b/templates/zerver/landing_nav.html @@ -23,7 +23,7 @@
  • Choosing a team chat app
  • Why Zulip
  • -
  • Try Zulip
  • +
  • Try Zulip
  • Moving to Zulip
  • Self-hosting
  • Security
  • @@ -191,7 +191,7 @@