Commit f1b44437 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'patch-29' into 'master'

Docs: Update deploy token example to use https

See merge request gitlab-org/gitlab-ce!21720
parents 3d8a44c8 6b9e483a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment