Merge branch 'patch-30' into 'master'

README.md: fix URL to CI Lint

See merge request gitlab-org/gitlab-ce!26580
This commit is contained in:
Evan Read 2019-03-29 05:00:14 +00:00
commit 3a477fec8f
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ Jobs are used to create jobs, which are then picked by
What is important is that each job is run independently from each other.
If you want to check whether the `.gitlab-ci.yml` of your project is valid, there is a
Lint tool under the page `/ci/lint` of your project namespace. You can also find
Lint tool under the page `/-/ci/lint` of your project namespace. You can also find
a "CI Lint" button to go to this page under **CI/CD ➔ Pipelines** and
**Pipelines ➔ Jobs** in your project.