mirror of https://github.com/zulip/zulip.git
docs: Fix selfhoster URL to be the canonical one.
We redirect from `/serverlogin` to `/serverlogin/`, so save a 301.
This commit is contained in:
parent
787d64e327
commit
a787062633
|
@ -95,7 +95,7 @@ option:
|
||||||
|
|
||||||
Servers running Zulip releases older than Zulip 8.0 can start the plan
|
Servers running Zulip releases older than Zulip 8.0 can start the plan
|
||||||
management log in process at
|
management log in process at
|
||||||
<https://selfhosting.zulip.com/serverlogin>. This option is also
|
<https://selfhosting.zulip.com/serverlogin/>. This option is also
|
||||||
available for Zulip 8.0+ servers, and makes it possible to use a
|
available for Zulip 8.0+ servers, and makes it possible to use a
|
||||||
single plan for multiple organizations on one installation. See [help
|
single plan for multiple organizations on one installation. See [help
|
||||||
center documentation](https://zulip.com/help/self-hosted-billing) for
|
center documentation](https://zulip.com/help/self-hosted-billing) for
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
1. Go to <https://selfhosting.zulip.com/serverlogin>.
|
1. Go to <https://selfhosting.zulip.com/serverlogin/>.
|
||||||
|
|
||||||
1. Fill out the requested server information, and click **Continue**.
|
1. Fill out the requested server information, and click **Continue**.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue