aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-05-29 14:19:39 +0100
committerLouise Crow <louise.crow@gmail.com>2015-05-29 14:19:39 +0100
commit07f61fe9c11db6ea87d14a80ab868b4510d6718e (patch)
tree5a96212d0c619b25c55185d03b1ee2dfe70007b3 /docs/installing
parent2a352830329319380742b99cb16840b632b29ae2 (diff)
Update references to rails-3-develop branch to develop branch.
Also reflect the fact that it is the default branch in a couple of github links.
Diffstat (limited to 'docs/installing')
-rw-r--r--docs/installing/manual_install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md
index d4e2a6d17..0146762ca 100644
--- a/docs/installing/manual_install.md
+++ b/docs/installing/manual_install.md
@@ -241,10 +241,10 @@ Create the target directory and clone the Alaveteli source code in to this direc
--branch master \
https://github.com/mysociety/alaveteli.git /var/www/alaveteli
-This clones the master branch which always contains the latest stable release. If you want to try out the latest (possibly buggy) code you can switch to the `rails-3-develop` branch.
+This clones the master branch which always contains the latest stable release. If you want to try out the latest (possibly buggy) code you can switch to the `develop` branch.
pushd /var/www/alaveteli
- sudo -u alaveteli git checkout rails-3-develop
+ sudo -u alaveteli git checkout develop
sudo -u alaveteli git submodule update
popd