summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pundsack <markpundsack@users.noreply.github.com>2016-07-20 21:26:18 -0700
committerMark Pundsack <markpundsack@users.noreply.github.com>2016-07-20 21:26:18 -0700
commit88ddec03602c4a58b6e0ec7a5dc881c31356adf8 (patch)
tree958e54554c0ead328be84580bcee0908d99a9aa7
parentb5ef5cc6acd0a583a68ee606ae6005a1f6d16df3 (diff)
downloadgitlab-ce-pipeline-doc.tar.gz
Fix location of CI Lintpipeline-doc
-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 7fa1a478f34..9b13a0a9c1a 100644
--- a/doc/ci/quick_start/README.md
+++ b/doc/ci/quick_start/README.md
@@ -105,7 +105,7 @@ What is important is that each job is run independently from each other.
If you want to check whether your `.gitlab-ci.yml` file is valid, there is a
Lint tool under the page `/ci/lint` of your GitLab instance. You can also find
-the link under **Settings > CI settings** in your project.
+the link under **Pipelines** in your project.
For more information and a complete `.gitlab-ci.yml` syntax, please read
[the documentation on .gitlab-ci.yml](../yaml/README.md).