diff options
author | Evan Read <eread@gitlab.com> | 2019-08-12 09:52:48 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-12 09:52:48 +0000 |
commit | 0479cda57b739949076f67acdbeb5352733c4a76 (patch) | |
tree | 267dee3ef6c14a386082a748e9cd9b5bed032d35 /doc/api | |
parent | c85cbc08f7fc43819f7569b7686ee22ce747e7b3 (diff) | |
download | gitlab-ce-0479cda57b739949076f67acdbeb5352733c4a76.tar.gz |
Make section headings consistent
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 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)** |