From b7c61ceb134cb21631126c7a805a362d13038c52 Mon Sep 17 00:00:00 2001 From: Girija Saint-Ange <girija.saint-ange@orange.com> Date: Fri, 13 Sep 2024 08:59:30 +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 82cb107..caba2de 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,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