diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-07 22:41:19 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-07 22:41:19 -0800 |
commit | 4b5803020717d77e3a4a75055ab347a026c38fdb (patch) | |
tree | b38416444e99ba90f488a4ac2b54e281e32e4df3 /doc | |
parent | 66121d6caabb7f5169e4fc21e6bb8938a5ec14b5 (diff) | |
parent | d4c24b990fd05409749f06f81c23920277761539 (diff) | |
download | gitlab-ce-4b5803020717d77e3a4a75055ab347a026c38fdb.tar.gz |
Merge pull request #2936 from jameswritescode/fix_installation_doc_typo
fix the gitlab-shell clone url in master installation doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 4e9818bcb9e..501ae6db87a 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 |