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
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-04-24 10:07:00 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-04-24 10:07:00 +0300
commitd3db21b4cff2f8a52446b67fee8921f1e3a8d0b3 (patch)
treed563c4211f80c3c99bc80a149962c4051de7001b
parent54b97f9ca55eded812b3fa1de424158c4c6f2614 (diff)
parentfd8547b9db8878bd4dbade971bcd25109fcd86e4 (diff)
Merge branch '45688-ci-lint-url-typo' into 'master'
Fix docs typo in Validate the .gitlab-ci.yml Closes #45688 See merge request gitlab-org/gitlab-ce!18552
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 623e7d662a3..fb6d9826d08 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1573,7 +1573,7 @@ capitalization, the commit will be created but the pipeline will be skipped.
Each instance of GitLab CI has an embedded debug tool called Lint, which validates the
content of your `.gitlab-ci.yml` files. You can find the Lint under the page `ci/lint` of your
-project namespace (e.g, `http://gitlab-example.com/gitlab-org/project-123/ci/lint`)
+project namespace (e.g, `http://gitlab-example.com/gitlab-org/project-123/-/ci/lint`)
## Using reserved keywords