diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-23 17:17:31 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-23 17:17:31 +0100 |
commit | 87a267d7a97bc50d11b2e34dd360c4212de952f6 (patch) | |
tree | e281e43a47d175c422d0644c658f5790b14b2b9a /doc/api/runners.md | |
parent | b69c2c11230d274fd9e6228fdcacc514f15b638f (diff) | |
download | gitlab-ce-docs/note-gitlab-com-api.tar.gz |
Add a note that the API of `https://gitlab.com` cannot always be useddocs/note-gitlab-com-api
[ci skip]
Diffstat (limited to 'doc/api/runners.md')
-rw-r--r-- | doc/api/runners.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md index 077088b2b28..cd09af1e77e 100644 --- a/doc/api/runners.md +++ b/doc/api/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). > [Introduced][ce-2640] in GitLab 8.5 |