diff --git a/README.md b/README.md index 045dd8c3a65cc89a319fd16c453d3c342cb607ec..768d4d3b15267de46f84627f460422aab313be02 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`