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/developers/index.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'docs/developers/index.md') diff --git a/docs/developers/index.md b/docs/developers/index.md index bcf74be16..fcfb144a8 100644 --- a/docs/developers/index.md +++ b/docs/developers/index.md @@ -27,13 +27,11 @@ title: For developers ), which include notes about our use of `gettext`. * We use the [git flow branching - model](http://nvie.com/posts/a-successful-git-branching-model/), with a small - change: currently our `develop` branch is called `rails-3-develop`, which - means that the latest development version is always found on the - [rails-3-develop - branch](https://github.com/mysociety/alaveteli/tree/rails-3-develop). The + model](http://nvie.com/posts/a-successful-git-branching-model/), + the latest development version is always found on the + [develop branch](https://github.com/mysociety/alaveteli). The latest stable version is always on the [master - branch](https://github.com/mysociety/alaveteli). If you plan to collaborate + branch](https://github.com/mysociety/alaveteli/tree/master). If you plan to collaborate on the software, you may find the [git flow extensions](https://github.com/nvie/gitflow) useful. -- cgit v1.2.3