mirror of https://github.com/zulip/zulip.git
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.
This commit is contained in:
parent
95aa9a4f83
commit
16d5f15fad
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue