From e8ab096f58ca27bff4e51b895317cc6a7fcfa2bb Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 7 Mar 2017 12:06:49 +0100 Subject: Bring back api/builds.md and direct to api/jobs.md [ci skip] --- doc/api/README.md | 2 +- doc/api/builds.md | 1 + doc/api/ci/builds.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/api/builds.md (limited to 'doc/api') 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 -- cgit v1.2.1