summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-03-29 05:00:14 +0000
committerEvan Read <eread@gitlab.com>2019-03-29 05:00:14 +0000
commit3a477fec8f1fe6cf1da70a8ae0a8473ab26235bc (patch)
tree5e11ace697d6bd4f10a9e853fa90d418172aa3e1
parent7ef4c967505c16208e5e2037fdd6e819182ce30b (diff)
parent8224eb2fee8833c9e8f64582c0243598c1e0640e (diff)
downloadgitlab-ce-3a477fec8f1fe6cf1da70a8ae0a8473ab26235bc.tar.gz
Merge branch 'patch-30' into 'master'
README.md: fix URL to CI Lint See merge request gitlab-org/gitlab-ce!26580
-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.