Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-08-12 12:52:48 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-12 12:52:48 +0300
commit0479cda57b739949076f67acdbeb5352733c4a76 (patch)
tree267dee3ef6c14a386082a748e9cd9b5bed032d35 /doc/api
parentc85cbc08f7fc43819f7569b7686ee22ce747e7b3 (diff)
Make section headings consistent
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/README.md4
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)**