diff options
author | Fabio Busatto <fabio@gitlab.com> | 2018-06-15 09:02:22 +0000 |
---|---|---|
committer | Fabio Busatto <fabio@gitlab.com> | 2018-06-15 09:02:22 +0000 |
commit | 395b47aa04f6bad3d3669842810d056e09c7a437 (patch) | |
tree | 42836219860f9fa339592e053666199433a50e6c /doc/api/README.md | |
parent | b403a6667104a1ed34a0d6fec168b808f07908db (diff) | |
download | gitlab-ce-395b47aa04f6bad3d3669842810d056e09c7a437.tar.gz |
Fix indentation for 'Current status' section
Diffstat (limited to 'doc/api/README.md')
-rw-r--r-- | doc/api/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index 1c756dc855f..6267618d3bc 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -104,7 +104,7 @@ with a major point release of GitLab itself. All deprecations and changes between two versions should be listed in the documentation. For the changes between v3 and v4; please read the [v3 to v4 documentation](v3_to_v4.md) -#### Current status +### Current status Currently only API version v4 is available. Version v3 was removed in [GitLab 11.0](https://gitlab.com/gitlab-org/gitlab-ce/issues/36819). |