From 6b9e483a26225f5605960227343a0cc981c11fd9 Mon Sep 17 00:00:00 2001 From: Clayton Carter Date: Thu, 13 Sep 2018 14:41:56 +0000 Subject: Update deploy token example to use https --- doc/user/project/deploy_tokens/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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://:@gitlab.example.com/tanuki/awesome_project.git +git clone https://:@gitlab.example.com/tanuki/awesome_project.git ``` Just replace `` and `` with the proper values -- cgit v1.2.1