summaryrefslogtreecommitdiff
path: root/doc/api/ci
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/ci')
-rw-r--r--doc/api/ci/README.md2
-rw-r--r--doc/api/ci/builds.md2
-rw-r--r--doc/api/ci/lint.md2
-rw-r--r--doc/api/ci/runners.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/ci/README.md b/doc/api/ci/README.md
index 5f46f4225ca..b039a930d3e 100644
--- a/doc/api/ci/README.md
+++ b/doc/api/ci/README.md
@@ -3,7 +3,7 @@
>**Note:**
The `https://gitlab.example.com` URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
-or in case of GitLab.com, use `https://gitlab.com`.
+or in case of GitLab.com, use `https://gitlab.com` (where applicable).
## Purpose
diff --git a/doc/api/ci/builds.md b/doc/api/ci/builds.md
index 4686b95c4f7..0a7db894ac3 100644
--- a/doc/api/ci/builds.md
+++ b/doc/api/ci/builds.md
@@ -3,7 +3,7 @@
>**Note:**
The `https://gitlab.example.com` URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
-or in case of GitLab.com, use `https://gitlab.com`.
+or in case of GitLab.com, use `https://gitlab.com` (where applicable).
API used by runners to receive and update builds.
diff --git a/doc/api/ci/lint.md b/doc/api/ci/lint.md
index d377ceabc18..6a29d42896c 100644
--- a/doc/api/ci/lint.md
+++ b/doc/api/ci/lint.md
@@ -3,7 +3,7 @@
>**Note:**
The `https://gitlab.example.com` URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
-or in case of GitLab.com, use `https://gitlab.com`.
+or in case of GitLab.com, use `https://gitlab.com` (where applicable).
> [Introduced][ce-5953] in GitLab 8.12.
diff --git a/doc/api/ci/runners.md b/doc/api/ci/runners.md
index b0783aa6cff..4c3fa5a8598 100644
--- a/doc/api/ci/runners.md
+++ b/doc/api/ci/runners.md
@@ -3,7 +3,7 @@
>**Note:**
The `https://gitlab.example.com` URL that is presented in the examples of the
API docs is fictional. Replace it with the URL of your GitLab instance,
-or in case of GitLab.com, use `https://gitlab.com`.
+or in case of GitLab.com, use `https://gitlab.com` (where applicable).
API used by Runners to register and delete themselves.