diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-06-15 09:13:02 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-06-15 09:13:02 +0000 |
commit | 8db7e253b2b3a5145696f92001abbd6481dce3b9 (patch) | |
tree | 42836219860f9fa339592e053666199433a50e6c | |
parent | b403a6667104a1ed34a0d6fec168b808f07908db (diff) | |
parent | 395b47aa04f6bad3d3669842810d056e09c7a437 (diff) | |
download | gitlab-ce-8db7e253b2b3a5145696f92001abbd6481dce3b9.tar.gz |
Merge branch 'docs/fix-indentation-for-current-status-section' into 'master'45933-web-ide-review-styling
Fix indentation for 'Current status' section
See merge request gitlab-org/gitlab-ce!19884
-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). |