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
976354dbda
commit
ec4f3e44df
|
@ -95,7 +95,7 @@ option:
|
|||
|
||||
Servers running Zulip releases older than Zulip 8.0 can start the plan
|
||||
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
|
||||
single plan for multiple organizations on one installation. See [help
|
||||
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**.
|
||||
|
||||
|
|
Loading…
Reference in New Issue