diff options
author | Valery Sizov <vsv2711@gmail.com> | 2012-03-27 23:15:09 +0300 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2012-03-27 23:15:09 +0300 |
commit | 671424a8e76e60177b78db291f7f5d202edf1acd (patch) | |
tree | 8d60cc43b1f4a6a513d91c359ddf5fa35e539e6e /doc | |
parent | cfe86765946325dbe419b648889b4e6933f91711 (diff) | |
download | gitlab-ce-671424a8e76e60177b78db291f7f5d202edf1acd.tar.gz |
installation guide: change link to script of auto-install
Diffstat (limited to 'doc')
-rw-r--r-- | doc/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md index 79ed2ccd0d7..c2b11b2b516 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -43,7 +43,7 @@ The installation consists of 6 steps: > apt-get install curl sudo > > # 3 steps in 1 command :) -> curl http://dl.dropbox.com/u/936096/debian_ubuntu.sh | sh +> curl https://raw.github.com/gitlabhq/gitlabhq/master/doc/debian_ubuntu.sh | sh > > Now you can go to step 4" > - - - |