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/notification_settings.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/notification_settings.md')
-rw-r--r-- | doc/api/notification_settings.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/notification_settings.md b/doc/api/notification_settings.md index f366312c1f1..4a7aa65b734 100644 --- a/doc/api/notification_settings.md +++ b/doc/api/notification_settings.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). >**Note:** This feature was [introduced][ce-5632] in GitLab 8.12. |