Move ci_lint to api/ci

This commit is contained in:
Katarzyna Kobierska 2016-08-31 14:39:18 +02:00
parent b63d20a106
commit ea714b625b
3 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,6 @@ following locations:
- [Tags](tags.md)
- [Todos](todos.md)
- [Users](users.md)
- [Validate the .gitlab-ci.yaml](ci_lint.md)
### Internal CI API
@ -52,6 +50,7 @@ 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

View File

@ -22,3 +22,4 @@ GET /ci/api/v1/builds/:id/artifacts
- [Builds](builds.md)
- [Runners](runners.md)
- [Validate the .gitlab-ci.yaml](ci_lint.md)