From 3a858e7cd63b3129f9e5ca916d1a3a042a206e82 Mon Sep 17 00:00:00 2001 From: Daeyeol Ryu Date: Wed, 22 Mar 2023 11:51:18 +0900 Subject: [PATCH] Fixed broken docs link environment variables link are broken in self-hosting overview doc. --- docs/self-hosting/overview.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/self-hosting/overview.mdx b/docs/self-hosting/overview.mdx index 216b02d0e..f149f9663 100644 --- a/docs/self-hosting/overview.mdx +++ b/docs/self-hosting/overview.mdx @@ -38,7 +38,7 @@ Self-hosted Infisical allows you to maintain your sensitive information within y #### 1. Fill our environment variables Before you can deploy the Helm chart, you must fill out the required environment variables. To do so, please copy the below file to a `.yaml` file. - Refer to the available [environment variables](../../self-hosting/configuration/envars) to learn more + Refer to the available [environment variables](/self-hosting/configuration/envars) to learn more [View all available Helm chart values parameters](https://github.com/Infisical/infisical/tree/main/helm-charts/infisical) @@ -178,7 +178,7 @@ Self-hosted Infisical allows you to maintain your sensitive information within y mkdir nginx && wget -O ./nginx/default.conf https://raw.githubusercontent.com/Infisical/infisical/main/nginx/default.dev.conf ``` - 3. Tweak the `.env` according to your preferences. Refer to the available [environment variables](../../self-hosting/configuration/envars) + 3. Tweak the `.env` according to your preferences. Refer to the available [environment variables](/self-hosting/configuration/envars) ```bash # update environment variables like mongo login @@ -195,4 +195,4 @@ Self-hosted Infisical allows you to maintain your sensitive information within y 5. Your Infisical installation is complete and should be running on [http://localhost:80](http://localhost:80). Please note that the containers are not exposed to the internet and only bind to the localhost. It's up to you to configure a firewall, SSL certificates, and implement any additional security measures. - \ No newline at end of file +