Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-03-07 14:06:49 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-03-07 14:10:15 +0300
commite8ab096f58ca27bff4e51b895317cc6a7fcfa2bb (patch)
tree0743a3626adde726528ddbfb3b65ef45ebd588f2 /doc
parentdb2617fd5f690282a7e844a361eac9da6aeea8c7 (diff)
Bring back api/builds.md and direct to api/jobs.md
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/api/README.md2
-rw-r--r--doc/api/builds.md1
-rw-r--r--doc/api/ci/builds.md2
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index 285cd2435ac..45048294298 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -11,7 +11,6 @@ following locations:
- [Award Emoji](award_emoji.md)
- [Branches](branches.md)
- [Broadcast Messages](broadcast_messages.md)
-- [Builds](builds.md)
- [Build Variables](build_variables.md)
- [Commits](commits.md)
- [Deployments](deployments.md)
@@ -23,6 +22,7 @@ following locations:
- [Group Members](members.md)
- [Issues](issues.md)
- [Issue Boards](boards.md)
+- [Jobs](jobs.md)
- [Keys](keys.md)
- [Labels](labels.md)
- [Merge Requests](merge_requests.md)
diff --git a/doc/api/builds.md b/doc/api/builds.md
new file mode 100644
index 00000000000..a6edda68bc4
--- /dev/null
+++ b/doc/api/builds.md
@@ -0,0 +1 @@
+This document was moved to [another location](jobs.md).
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