diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-08 09:35:10 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-08 09:35:10 +0000 |
commit | a19a9faba94a6ea6367032cbd001bcc166160835 (patch) | |
tree | 97955564db84f00690e22acd006969882a4d0bb2 /doc/api | |
parent | 75a67ac0c72b24b07d6fa032e92997eb66ec226e (diff) | |
parent | 74b963268c781ab714983a5c88e40f737c24c84b (diff) | |
download | gitlab-ce-a19a9faba94a6ea6367032cbd001bcc166160835.tar.gz |
Merge branch 'doc/ci-api-update' into 'master'
Deprecated GitLab CI API clean up
Deprecated GitLab CI API clean up.
The intent here is to clean up deprecated GitLab CI documentation leaving only relevant information.
Since we merged `Ci::Project` to `Project` most of this documentation is outdated.
Closes #13610
See merge request !3003
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/commits.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md index e4d436b8e52..6341440c58b 100644 --- a/doc/api/commits.md +++ b/doc/api/commits.md @@ -213,8 +213,7 @@ Example response: ## Commit status -Since GitLab 8.1, this is the new commit status API. The documentation in -[ci/api/commits](../ci/api/commits.md) is deprecated. +Since GitLab 8.1, this is the new commit status API. ### Get the status of a commit |