summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClayton Carter <claytonrcarter@gmail.com>2018-09-13 14:41:56 +0000
committerClayton Carter <claytonrcarter@gmail.com>2018-09-13 14:41:56 +0000
commit6b9e483a26225f5605960227343a0cc981c11fd9 (patch)
tree1252c3d22c7a7e09976ac96834d6369c6deb33cb
parentff5d8b635f234241441009e41af7b61f5804b2c2 (diff)
downloadgitlab-ce-6b9e483a26225f5605960227343a0cc981c11fd9.tar.gz
Update deploy token example to use https
-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