diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-09-04 16:56:01 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-09-04 16:56:01 +0200 |
commit | 256518cc1fab21c3dbfa7b67d5edcc81119090c5 (patch) | |
tree | 1b64f1f299ed93455d70dfecfad4a944ba31f18e | |
parent | ccf0c2ad35d4dd1af4f36e411027286a0be0f49f (diff) | |
download | gitlab-256518cc1fab21c3dbfa7b67d5edcc81119090c5.tar.gz |
Use https:// for gitlab URL
-rw-r--r-- | docs/switching-to-v4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/switching-to-v4.rst b/docs/switching-to-v4.rst index ef21060..e6490e3 100644 --- a/docs/switching-to-v4.rst +++ b/docs/switching-to-v4.rst @@ -10,7 +10,7 @@ solve some problems with the existing one. GitLab will stop supporting the v3 API soon, and you should consider switching to v4 if you use a recent version of GitLab (>= 9.0), or if you use -http://gitlab.com. +https://gitlab.com. Using the v4 API |