diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-03-07 12:06:49 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-03-07 12:10:15 +0100 |
commit | e8ab096f58ca27bff4e51b895317cc6a7fcfa2bb (patch) | |
tree | 0743a3626adde726528ddbfb3b65ef45ebd588f2 /doc/api/ci | |
parent | db2617fd5f690282a7e844a361eac9da6aeea8c7 (diff) | |
download | gitlab-ce-e8ab096f58ca27bff4e51b895317cc6a7fcfa2bb.tar.gz |
Bring back api/builds.md and direct to api/jobs.md
[ci skip]
Diffstat (limited to 'doc/api/ci')
-rw-r--r-- | doc/api/ci/builds.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/ci/builds.md b/doc/api/ci/builds.md index b6d79706a84..c8374d94716 100644 --- a/doc/api/ci/builds.md +++ b/doc/api/ci/builds.md @@ -5,7 +5,7 @@ API used by runners to receive and update builds. >**Note:** This API is intended to be used only by Runners as their own communication channel. For the consumer API see the -[Builds API](../builds.md). +[Jobs API](../jobs.md). ## Authentication |