From 222b2866551dc53172371d5f70087becf2d2617d Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Fri, 2 Sep 2022 18:05:10 +0200
Subject: [PATCH] chore: update link

---
 .gitlab/merge_request_templates/initial.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab/merge_request_templates/initial.md b/.gitlab/merge_request_templates/initial.md
index 9eb5050..0e39327 100644
--- a/.gitlab/merge_request_templates/initial.md
+++ b/.gitlab/merge_request_templates/initial.md
@@ -40,7 +40,7 @@ Template type: **build** / **analyse** / **package** / **deploy** / **acceptance
     * (type here the used build & test tools/frameworks)
     * [ ] mapped to the `build` stage
     * [ ] declare a common `.test-policy` job with rules implementing the [Adaptive Pipeline strategy](https://to-be-continuous.gitlab.io/doc/usage/#test-analysis-jobs-rules) and use in test & SAST jobs
-    * [ ] unit tests report integration using [JUnit test report](https://docs.gitlab.com/ee/ci/junit_test_reports.html)
+    * [ ] unit tests report integration using [JUnit test report](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsjunit)
     * [ ] code coverage computing and [integration](https://docs.gitlab.com/ee/ci/yaml/#coverage)
     * [ ] optimized [cache](https://docs.gitlab.com/ee/ci/caching/) configuration
 * (optional) Code analysis job(s):
@@ -113,7 +113,7 @@ Template type: **build** / **analyse** / **package** / **deploy** / **acceptance
 * Acceptance test job:
     * [ ] mapped to the `acceptance` stage
     * [ ] declare a common `.acceptance-policy` job with rules implementing the [Adaptive Pipeline strategy](https://to-be-continuous.gitlab.io/doc/usage/#test-analysis-jobs-rules) and use in test & SAST jobs
-    * [ ] tests report integration using [JUnit test report](https://docs.gitlab.com/ee/ci/junit_test_reports.html)
+    * [ ] tests report integration using [JUnit test report](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsjunit)
     * [ ] auto-evaluating the environment url to test based on the possible upstream `$environment_url` variable or via 
       an `environment_url.txt` file.
 
-- 
GitLab