Commit d4c24b990fd05409749f06f81c23920277761539
1 parent
66121d6c
Exists in
master
and in
4 other branches
fix the gitlab-shell clone url
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -103,7 +103,7 @@ Create a `git` user for Gitlab: |
103 | 103 | cd /home/git |
104 | 104 | |
105 | 105 | # clone gitlab shell |
106 | - git clone https://dzaporozhets@dev.gitlab.org/gitlab/gitlab-shell.git | |
106 | + git clone https://github.com/gitlabhq/gitlab-shell.git | |
107 | 107 | |
108 | 108 | # setup |
109 | 109 | cd gitlab-shell | ... | ... |