From 07f61fe9c11db6ea87d14a80ab868b4510d6718e Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Fri, 29 May 2015 14:19:39 +0100 Subject: 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. --- docs/installing/manual_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/installing') 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 -- cgit v1.2.3