From 81a2de79e0486c0f85170c967bf8514a28a9b0ba Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Fri, 1 Dec 2023 10:02:00 +0100 Subject: [PATCH] docs: fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 045dd8c..768d4d3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The Maven template uses some global configuration throughout all jobs. This variable is used to define the Maven configuration directory. It is used to declare the cache policy and marked the `${MAVEN_CFG_DIR}/repository` directory as cached (not to download Maven dependencies over and over again). -If you have a good reason to do differently, you'll have to override the `MAVEN_CLI_OPTS` variable as well as the [`cache`](https://docs.gitlab.com/ee/ci/yaml/README.html#cache) policy. +If you have a good reason to do differently, you'll have to override the `MAVEN_CLI_OPTS` variable as well as the [`cache`](https://docs.gitlab.com/ee/ci/yaml/#cache) policy. ### About `$MAVEN_SETTINGS_FILE` -- GitLab