summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew@blessing.io>2017-05-18 13:51:27 +0000
committerDrew Blessing <drew@blessing.io>2017-05-18 13:51:27 +0000
commit35ae511411ac853b2e54ff3e1c0850236d954f72 (patch)
tree3201805754bb1af77775dfc0a0df038a0d0f764f
parent86a3fbd9b633b21272547421e1b82b3ffb63308f (diff)
downloadgitlab-ce-35ae511411ac853b2e54ff3e1c0850236d954f72.tar.gz
Match v3 case
-rw-r--r--doc/api/v3_to_v4.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/v3_to_v4.md b/doc/api/v3_to_v4.md
index fc07a359464..f3a9c6e2b21 100644
--- a/doc/api/v3_to_v4.md
+++ b/doc/api/v3_to_v4.md
@@ -3,7 +3,7 @@
Since GitLab 9.0, API V4 is the preferred version to be used.
API v3 will continue to work until August 2017. In the meantime, we advise you
-to make any necessary changes to applications that use the v3 API. The V3 API
+to make any necessary changes to applications that use v3. The v3 API
documentation is still [available](https://gitlab.com/gitlab-org/gitlab-ce/blob/8-16-stable/doc/api/README.md).
Below are the changes made between V3 and V4.