From 98b8ba3ac7d3637f7d7204099a1f6de630e1de70 Mon Sep 17 00:00:00 2001
From: Girija Saint-Ange <girija.saint-ange@orange.com>
Date: Fri, 13 Sep 2024 09:13:13 +0000
Subject: [PATCH] docs: Broken link in README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b8a558a..783ca92 100644
--- a/README.md
+++ b/README.md
@@ -352,7 +352,7 @@ the dynamically generated url. When detected by the template, it will use it as
 
 ### Deployment output variables
 
-Each deployment job produces _output variables_ that are propagated to downstream jobs (using [dotenv artifacts](https://docs.gitlab.com/ee/ci/pipelines/job_artifacts.html#artifactsreportsdotenv)):
+Each deployment job produces _output variables_ that are propagated to downstream jobs (using [dotenv artifacts](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsdotenv)):
 
 * `$environment_type`: set to the type of environment (`review`, `integration`, `staging` or `production`),
 * `$environment_name`: the application name (see below),
-- 
GitLab