From 20398b87f38188753040fb3946d89b592197a18b Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 14 Feb 2007 15:48:39 +0100 Subject: [PATCH] [svn r38840] fix links to release branch --HG-- branch : trunk --- py/doc/download.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/py/doc/download.txt b/py/doc/download.txt index cf10d593c..346eefd31 100644 --- a/py/doc/download.txt +++ b/py/doc/download.txt @@ -98,7 +98,7 @@ integrating the development version: or the next one for following the e.g. the 0.9 release branch - http://codespeak.net/svn/py/release/py-0.9.x + http://codespeak.net/svn/py/release/0.9.x py subversion directory structure @@ -108,9 +108,6 @@ The directory release layout of the repository is going to follow this scheme:: http://codespeak.net/ - svn/py/dist # latest stable (may or may not be a release) - svn/py/release/X.Y.Z # release tags and branches - svn/py/trunk # head development / merge point - - - + svn/py/dist # latest stable (may or may not be a release) + svn/py/release # release tags and branches + svn/py/trunk # head development / merge point