summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Rushton <erushton@gitlab.com>2019-03-02 00:40:49 +0000
committererushton <erushton@gitlab.com>2019-06-06 10:06:10 -0700
commit38d75c0e183a9787074c2c370ad375127dd40938 (patch)
tree22a89ff673fcb0dc4a811ffc27a0cb791cec4c23
parentc1b50f858f94ee81b375ab80d1273b1e31a38307 (diff)
downloadgitlab-ce-fix-lint-api-path-in-docs.tar.gz
Update lint.md to provide the correct path for the APIfix-lint-api-path-in-docs
-rw-r--r--doc/api/lint.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/lint.md b/doc/api/lint.md
index 71c09d35b8c..4e5532e80a3 100644
--- a/doc/api/lint.md
+++ b/doc/api/lint.md
@@ -5,7 +5,7 @@
Checks if your `.gitlab-ci.yml` file is valid.
```
-POST /lint
+POST /ci/lint
```
| Attribute | Type | Required | Description |