summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamian Nowak <spam@nowaker.net>2019-03-26 08:05:58 +0000
committerDamian Nowak <spam@nowaker.net>2019-03-26 08:05:58 +0000
commit8224eb2fee8833c9e8f64582c0243598c1e0640e (patch)
tree44ff04de8a857ab71843b079cdceb6bcc7e9ec10
parentb4de23a687d16c96f1adaa456e4aeaac64d9cb23 (diff)
downloadgitlab-ce-8224eb2fee8833c9e8f64582c0243598c1e0640e.tar.gz
README.md: fix URL to CI Lint
-rw-r--r--doc/ci/quick_start/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md
index 9684cb6ed98..65886400c64 100644
--- a/doc/ci/quick_start/README.md
+++ b/doc/ci/quick_start/README.md
@@ -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.