From 658f41595f1478c7f86f6bc12ef99c975e4e10d4 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 12 Nov 2023 11:41:37 +0100 Subject: [PATCH] Website: fix internal links Signed-off-by: martin f. krafft --- website/site/content/docs/configure/file-backends.md | 4 ++-- website/site/content/docs/configure/main.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/site/content/docs/configure/file-backends.md b/website/site/content/docs/configure/file-backends.md index 899f8c7e..64dd3e0a 100644 --- a/website/site/content/docs/configure/file-backends.md +++ b/website/site/content/docs/configure/file-backends.md @@ -91,7 +91,7 @@ are presented above. The available storage types are If you use the docker setup, you can find the corresponding environment variables to the above config snippet -[below](#environment-variables). +[here](@/docs/configure/defaults.md#environment-variables). ### Change Backends @@ -100,7 +100,7 @@ doing this, please make sure that the application is not used. It is important that no file is uploaded during the following steps. The [cli](@/docs/tools/cli.md) will be used, please set it up first -and you need to enable the [admin endpoint](#admin-endpoint). Config +and you need to enable the [admin endpoint](@admin-endpoint.md). Config changes mentioned here must be applied to all nodes - joex and restserver! diff --git a/website/site/content/docs/configure/main.md b/website/site/content/docs/configure/main.md index e2dc17d7..da5e16dc 100644 --- a/website/site/content/docs/configure/main.md +++ b/website/site/content/docs/configure/main.md @@ -28,7 +28,7 @@ At last, it is possible to configure docspell via environment variables if there is no config file supplied (if a config file *is* supplied, it is always preferred). Note that this approach is limited, as arrays are not supported. A list of environment variables can be -found at the [end of this page](#environment-variables). The +found at [here](@/docs/configure/defaults.md#environment-variables). The environment variable name follows the corresponding config key - where dots are replaced by underscores and dashes are replaced by two underscores. For example, the config key `docspell.server.app-name`