diff options
author | Evan Read <eread@gitlab.com> | 2019-08-12 10:56:57 +1000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-12 10:56:57 +1000 |
commit | 2a23f53e4b70ebe8a85d891f023a4c2c093fbab7 (patch) | |
tree | ead277f3ce93566555bd16f2d09c95b073ffbfc8 /doc/api/README.md | |
parent | 7daf1f41bee701b17a2f276b41f2f96a364cf03d (diff) | |
download | gitlab-ce-docs/consistent-section-headings.tar.gz |
Make section headings consistentdocs/consistent-section-headings
Diffstat (limited to 'doc/api/README.md')
-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 0195ce3912a..b7ee710b87a 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -1,4 +1,4 @@ -# GitLab API +# API Docs Automate GitLab via a simple and powerful API. @@ -6,7 +6,7 @@ The main GitLab API is a [REST](https://en.wikipedia.org/wiki/Representational_s ## Available API resources -For a list of the available resources and their endpoints, see +For a list of the available resources and their endpoints, see [API resources](api_resources.md). ## SCIM **(SILVER ONLY)** |