Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2016-09-12 10:48:32 +0300
committerChristian Couder <chriscool@tuxfamily.org>2016-09-12 10:48:32 +0300
commitbc9700a6a848886ae5fde6475d4a68707e46df15 (patch)
tree23a6add8c14d484242e0a3d65b6b316df20d59a4 /doc
parent3a59efd562d22ec3148101d794d99889ccc9b82b (diff)
doc/ci/quick_start/README: improve sentence about link to a Lint tool
The link is now a button under **Pipelines > Pipelines** and **Pipelines > Builds**. There is no more **CI settings** menu.
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/quick_start/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md
index c835ebc2d44..c40cdd55ea5 100644
--- a/doc/ci/quick_start/README.md
+++ b/doc/ci/quick_start/README.md
@@ -105,7 +105,8 @@ 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.
+a "CI Lint" button to go to this page under **Pipelines > Pipelines** and
+**Pipelines > Builds** in your project.
For more information and a complete `.gitlab-ci.yml` syntax, please read
[the documentation on .gitlab-ci.yml](../yaml/README.md).