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/README.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/README.md')
-rw-r--r-- | doc/api/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index d65a9952742..05881082eff 100644 --- a/doc/api/README.md +++ b/doc/api/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). Automate GitLab via a simple and powerful API. All definitions can be found under [`/lib/api`](https://gitlab.com/gitlab-org/gitlab-ce/tree/master/lib/api). |