summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-09-26 09:55:13 +0000
committerRémy Coutable <remy@rymai.me>2018-09-26 09:55:13 +0000
commitf1b4443762af085e416a205634319a66d9f77d41 (patch)
tree3b6acceb1af429b129ba65d34260d99d92bf73da
parent3d8a44c867e0aab4e504ed73a6e760dd75c15c67 (diff)
parent6b9e483a26225f5605960227343a0cc981c11fd9 (diff)
downloadgitlab-ce-f1b4443762af085e416a205634319a66d9f77d41.tar.gz
Merge branch 'patch-29' into 'master'
Docs: Update deploy token example to use https See merge request gitlab-org/gitlab-ce!21720
-rw-r--r--doc/user/project/deploy_tokens/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/deploy_tokens/index.md b/doc/user/project/deploy_tokens/index.md
index 0b9b49f326f..ff647b2f0a2 100644
--- a/doc/user/project/deploy_tokens/index.md
+++ b/doc/user/project/deploy_tokens/index.md
@@ -51,7 +51,7 @@ To download a repository using a Deploy Token, you just need to:
```bash
-git clone http://<username>:<deploy_token>@gitlab.example.com/tanuki/awesome_project.git
+git clone https://<username>:<deploy_token>@gitlab.example.com/tanuki/awesome_project.git
```
Just replace `<username>` and `<deploy_token>` with the proper values