From 91c999c9cc0885def47ad6f9a9ba4c049df0d8fe Mon Sep 17 00:00:00 2001 From: Antonio Pagano Date: Thu, 26 Sep 2024 18:20:14 -0500 Subject: [PATCH] fix: fixing broken link --- docs/configuration/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/environment-variables.md b/docs/configuration/environment-variables.md index a3bde24..8f60760 100644 --- a/docs/configuration/environment-variables.md +++ b/docs/configuration/environment-variables.md @@ -33,7 +33,7 @@ KAMAL_REGISTRY_PASSWORD=$KAMAL_REGISTRY_PASSWORD RAILS_MASTER_KEY=$(cat config/master.key) ``` -You can also use [secret helpers](../commands/secrets) for some common password managers. +You can also use [secret helpers](../../commands/secrets) for some common password managers. ``` SECRETS=$(kamal secrets fetch ...)