From 16d5f15fad5f5572ce3d311d3740df4e567d6638 Mon Sep 17 00:00:00 2001 From: Alya Abbott Date: Tue, 25 Oct 2022 08:14:26 -0700 Subject: [PATCH] help center: Make URLs non-relative where appropriate. Change URLs on "Choosing between Zulip Cloud and self-hosting" page to be non-relative when pointing to the Zulip landing page or `/new` for creating a new Zulip Cloud organization. --- .../help/include/advantages-of-self-hosting-zulip.md | 2 ++ .../zerver/help/include/advantages-of-zulip-cloud.md | 4 ++-- templates/zerver/help/zulip-cloud-or-self-hosting.md | 11 +++++------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/templates/zerver/help/include/advantages-of-self-hosting-zulip.md b/templates/zerver/help/include/advantages-of-self-hosting-zulip.md index 8f5be2efda..9f262b9b0c 100644 --- a/templates/zerver/help/include/advantages-of-self-hosting-zulip.md +++ b/templates/zerver/help/include/advantages-of-self-hosting-zulip.md @@ -17,6 +17,8 @@ * Customize Zulip for all your needs. It's easy to develop and maintain [custom integrations](/api/incoming-webhooks-overview) and [features][modify-zulip]. +Learn more about [self-hosting Zulip](https://zulip.com/self-hosting/). + [zulip-github]: https://github.com/zulip/zulip#readme [install-zulip]: https://zulip.readthedocs.io/en/latest/production/install.html [back-up-zulip]: https://zulip.readthedocs.io/en/stable/production/export-and-import.html#backups diff --git a/templates/zerver/help/include/advantages-of-zulip-cloud.md b/templates/zerver/help/include/advantages-of-zulip-cloud.md index 33658fe9c7..c08af3cc00 100644 --- a/templates/zerver/help/include/advantages-of-zulip-cloud.md +++ b/templates/zerver/help/include/advantages-of-zulip-cloud.md @@ -1,6 +1,6 @@ * Simple managed solution, with no setup or maintenance - overhead. [Sign up](/new/) with just a few clicks. + overhead. [Sign up](https://zulip.com/new/) with just a few clicks. * Always updated to the latest version of Zulip. -* Anyone can [start with Zulip Cloud Free](/new/). [Free or heavily +* Anyone can [start with Zulip Cloud Free](https://zulip.com/new/). [Free or heavily discounted Zulip Cloud Standard](https://zulip.com/plans/) pricing is available for most non-business uses. diff --git a/templates/zerver/help/zulip-cloud-or-self-hosting.md b/templates/zerver/help/zulip-cloud-or-self-hosting.md index 46d7d92964..e8165796ec 100644 --- a/templates/zerver/help/zulip-cloud-or-self-hosting.md +++ b/templates/zerver/help/zulip-cloud-or-self-hosting.md @@ -1,8 +1,8 @@ # Choosing between Zulip Cloud and self-hosting -Whether [signing up for Zulip Cloud](/new/) or [self-hosting -Zulip][install-self-hosted] is the right choice for you depends on the -needs of your organization. +Whether [signing up for Zulip Cloud](https://zulip.com/new/) or [self-hosting +Zulip](https://zulip.com/self-hosting) is the right choice for you depends on +the needs of your organization. If you aren’t sure what you need, our high quality export and import tools ([cloud][export-cloud], [self-hosted][export-self-hosted]) @@ -18,13 +18,12 @@ ensure you can always move from our hosting to yours (and back). ## Related resources -* [Sign up for Zulip Cloud](/new/) -* [Self-hosting Zulip](/self-hosting/) +* [Sign up for Zulip Cloud](https://zulip.com/new/) +* [Self-hosting Zulip](https://zulip.com/self-hosting/) * [Trying out Zulip](/help/trying-out-zulip) * [Setting up your organization](/help/getting-your-organization-started-with-zulip) * [Migrating from other chat tools](/help/migrating-from-other-chat-tools) * [Getting started with Zulip](/help/getting-started-with-zulip) -[install-self-hosted]: https://zulip.readthedocs.io/en/stable/production/install.html [export-cloud]: /help/export-your-organization [export-self-hosted]: https://zulip.readthedocs.io/en/latest/production/export-and-import.html