summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatarzyna Kobierska <kkobierska@gmail.com>2016-09-01 13:49:34 +0200
committerKatarzyna Kobierska <kkobierska@gmail.com>2016-09-07 12:10:49 +0200
commit25ece82dab6de88a4d202ffc94a517f8d3e1d205 (patch)
treead45d81387f2b927f3eea89e00d04dce2c863200
parentea714b625b68b801275adcc9294bc3ada2bcd8fb (diff)
downloadgitlab-ce-25ece82dab6de88a4d202ffc94a517f8d3e1d205.tar.gz
Rename file and update README
-rw-r--r--doc/api/README.md2
-rw-r--r--doc/api/ci/README.md1
-rw-r--r--doc/api/ci/lint.md (renamed from doc/api/ci/ci_lint.md)2
3 files changed, 2 insertions, 3 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index 8c4f1b9c885..e12070dc1ce 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -43,6 +43,7 @@ following locations:
- [Tags](tags.md)
- [Todos](todos.md)
- [Users](users.md)
+- [Validate CI configuration](ci/lint.md)
### Internal CI API
@@ -50,7 +51,6 @@ The following documentation is for the [internal CI API](ci/README.md):
- [Builds](ci/builds.md)
- [Runners](ci/runners.md)
-- [Validate the .gitlab-ci.yaml](ci/ci_lint.md)
## Authentication
diff --git a/doc/api/ci/README.md b/doc/api/ci/README.md
index 8439598a5a8..96a281e27c8 100644
--- a/doc/api/ci/README.md
+++ b/doc/api/ci/README.md
@@ -22,4 +22,3 @@ GET /ci/api/v1/builds/:id/artifacts
- [Builds](builds.md)
- [Runners](runners.md)
-- [Validate the .gitlab-ci.yaml](ci_lint.md)
diff --git a/doc/api/ci/ci_lint.md b/doc/api/ci/lint.md
index 2b169176dd6..876ee508474 100644
--- a/doc/api/ci/ci_lint.md
+++ b/doc/api/ci/lint.md
@@ -1,4 +1,4 @@
-# Validate the .gitlab-ci.yaml
+# Validate the .gitlab-ci.yml
Check whether your .gitlab-ci.yml file is valid.