From d4c24b990fd05409749f06f81c23920277761539 Mon Sep 17 00:00:00 2001 From: James Newton Date: Thu, 7 Feb 2013 11:53:37 -0600 Subject: [PATCH] fix the gitlab-shell clone url --- doc/install/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index 4e9818bc..501ae6db 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -103,7 +103,7 @@ Create a `git` user for Gitlab: cd /home/git # clone gitlab shell - git clone https://dzaporozhets@dev.gitlab.org/gitlab/gitlab-shell.git + git clone https://github.com/gitlabhq/gitlab-shell.git # setup cd gitlab-shell