From 6a644c7e5b894ba038dfd07218439c7b0a9be33f Mon Sep 17 00:00:00 2001 From: Deepak Mahakale Date: Fri, 27 Sep 2024 17:05:26 +0530 Subject: [PATCH] Fix broken link --- docs/upgrading/secrets-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading/secrets-changes.md b/docs/upgrading/secrets-changes.md index 781cb4a..a08ae16 100644 --- a/docs/upgrading/secrets-changes.md +++ b/docs/upgrading/secrets-changes.md @@ -23,7 +23,7 @@ SECRET_FROM_ENV=$SECRET_FROM_ENV SECRET_FROM_COMMAND=$(op read ...) ``` -See [here](../configuration/environment-variables#using-kamal-secrets) for more details +See [here](../configuration/environment-variables#secrets) for more details ## [Environment variables in deploy.yml](#environment-variables-in-deployyml)