diff options
author | Russell Dickenson <rdickenson@gitlab.com> | 2019-08-07 08:44:23 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-07 08:44:23 +0000 |
commit | 0eafd744d5d5ce757a7774f12f1f809b854cb0d8 (patch) | |
tree | b81de348c7267ba2922c6711b79d054cc2dc62f3 /doc/api | |
parent | 1e69e67dc330ccb4533bff967c9ad2ebd7200eb0 (diff) | |
download | gitlab-ce-0eafd744d5d5ce757a7774f12f1f809b854cb0d8.tar.gz |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65499
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index 6cd89e34921..9f23af3f723 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -697,10 +697,10 @@ programming languages. Visit the [GitLab website] for a complete list. ## Rate limits -For administrator documentation on rate limit settings, check out +For administrator documentation on rate limit settings, see [Rate limits](../security/rate_limits.md). To find the settings that are specifically used by GitLab.com, see -[GitLab.com-specific rate limits](../user/gitlab_com/index.md). +[GitLab.com-specific rate limits](../user/gitlab_com/index.md#gitlabcom-specific-rate-limits). [GitLab website]: https://about.gitlab.com/applications/#api-clients "Clients using the GitLab API" [lib-api-url]: https://gitlab.com/gitlab-org/gitlab-ce/tree/master/lib/api/api.rb |