summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-06-09 12:19:30 +0530
committerkushalpandya <kushal@gitlab.com>2017-06-09 12:19:30 +0530
commitfea5cebdc0612f927083671c0981dc226bc66f84 (patch)
treea9329975cc119d91b1018628679929c8375c26df
parentc28ba5aa72e52182ae002ba3941e25869f69f561 (diff)
downloadgitlab-ce-update-guides-for-9-3.tar.gz
Update clone urls for 9.3update-guides-for-9-3
-rw-r--r--doc/install/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 84af6432889..992ff162efb 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -294,9 +294,9 @@ sudo usermod -aG redis git
### Clone the Source
# Clone GitLab repository
- sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 9-2-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 9-3-stable gitlab
-**Note:** You can change `9-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `9-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It