From 8212dccc91ded092118d43a48d1b140823c48ff7 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Tue, 30 May 2023 22:28:07 +0000 Subject: [PATCH] docs: Fix missing and typo'd link references. --- docs/production/deployment.md | 8 +++++--- docs/production/upgrade.md | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/production/deployment.md b/docs/production/deployment.md index c69bd67a02..629b1ada39 100644 --- a/docs/production/deployment.md +++ b/docs/production/deployment.md @@ -66,7 +66,7 @@ as well as those mentioned in the on the first install. - `--postgresql-missing-dictionaries`: Set - `postgresql.missing_dictionaries` ([docs][doc-settings]) in the + `postgresql.missing_dictionaries` ([docs][missing-dicts]) in the Zulip settings, which omits some configuration needed for full-text indexing. This should be used with [cloud managed databases like RDS](#using-zulip-with-amazon-rds-as-the-database). This option @@ -79,6 +79,8 @@ as well as those mentioned in the - `--no-overwrite-settings`: This option preserves existing `/etc/zulip` configuration files. +[missing-dicts]: #missing_dictionaries + ## Installing on an existing server Zulip's installation process assumes it is the only application @@ -107,7 +109,7 @@ conducting an upgrade. To configure this: server = zulip.example.com stream = deployments ``` -1. Add the [api key][https://zulip.com/api/api-keys#get-a-bots-api-key] for the +1. Add the [api key](https://zulip.com/api/api-keys#get-a-bots-api-key) for the bot user in `/etc/zulip/zulip-secrets.conf` as `zulip_release_api_key`: ```ini # Replace with your own bot's token, found in the Zulip UI @@ -793,7 +795,7 @@ different requests will be served by different versions of the code. #### `service_file_descriptor_limit` The number of file descriptors which [Supervisor is configured to allow -processes to use][supervisor-minds]; defaults to 40000. If your Zulip deployment +processes to use][supervisor-minfds]; defaults to 40000. If your Zulip deployment is very large (hundreds of thousands of concurrent users), your Django processes hit this limit and refuse connections to clients. Raising it above this default may require changing system-level limits, particularly if you are using a diff --git a/docs/production/upgrade.md b/docs/production/upgrade.md index d8b93bbf2b..ed9762209e 100644 --- a/docs/production/upgrade.md +++ b/docs/production/upgrade.md @@ -248,6 +248,7 @@ the following environment variables will also be present: See the [deploy documentation](deployment.md#deployment-hooks) for hooks included with Zulip. +[upgrade-from-git]: #upgrading-from-a-git-repository [zulip/zulip]: https://github.com/zulip/zulip/ ## Preserving local changes to service configuration files