Commit 4b5803020717d77e3a4a75055ab347a026c38fdb

Authored by Dmitriy Zaporozhets
2 parents 66121d6c d4c24b99

Merge pull request #2936 from jameswritescode/fix_installation_doc_typo

fix the gitlab-shell clone url in master installation doc
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
... ...