docs: Fix selfhoster URL to be the canonical one.

We redirect from `/serverlogin` to `/serverlogin/`, so save a 301.
This commit is contained in:
Alex Vandiver
2024-01-11 19:46:09 +00:00
committed by Tim Abbott
parent 976354dbda
commit ec4f3e44df
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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**.