diff options
Diffstat (limited to 'doc/ci/lint.md')
-rw-r--r-- | doc/ci/lint.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/lint.md b/doc/ci/lint.md index 3888a750d6a..746638442a7 100644 --- a/doc/ci/lint.md +++ b/doc/ci/lint.md @@ -20,7 +20,7 @@ in your project and click **CI lint**. ## Validate basic logic and syntax By default, the CI lint checks the syntax of your CI YAML configuration and also runs -some basic logical validations. Configuration added with the [`includes` keyword](yaml/README.md#include), +some basic logical validations. Configuration added with the [`includes` keyword](yaml/index.md#include), is also validated. To use the CI lint, paste a complete CI configuration (`.gitlab-ci.yml` for example) |