From 91cb2ef8834836e6ce853e84313568e4152b8d98 Mon Sep 17 00:00:00 2001 From: 4d62 Date: Thu, 11 Jul 2024 18:10:48 -0400 Subject: [PATCH] website/docs: air gapped: update "see configuration" wording (#10448) * docs/installation: air gapped: update "see configuration" wording Signed-off-by: 4d62 * Update website/docs/installation/air-gapped.mdx Signed-off-by: 4d62 --------- Signed-off-by: 4d62 --- website/docs/installation/air-gapped.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/installation/air-gapped.mdx b/website/docs/installation/air-gapped.mdx index 45ef8a4362..5cfe24c45d 100644 --- a/website/docs/installation/air-gapped.mdx +++ b/website/docs/installation/air-gapped.mdx @@ -15,7 +15,7 @@ To disable these outbound connections, set the following in your `.env` file: ## Configuration options -To see a list of all configuration options, see [here](./configuration.mdx). +To view a list of all configuration options, refer to the [Configuration](./configuration.mdx) documentation. import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem";