From 3726a44fbe1de33def83531ce97b36410ed57f2b Mon Sep 17 00:00:00 2001
From: Jim Fulton <jim@zope.com>
Date: Sun, 13 Jan 2013 10:03:32 -0500
Subject: [PATCH] Fixed to reflect latest (whimper) location of bootstrap.py.

---
 README.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index caf2107d..1d9162df 100644
--- a/README.rst
+++ b/README.rst
@@ -56,15 +56,15 @@ This version of buildout is available from the github project
 download page, not from pypi.
 
 To get the bootstrap.py file for this release of buildout, get
-``https://github.com/downloads/buildout/buildout/bootstrap.py``.
+``http://downloads.buildout.org/2/bootstrap.py``.
 
 For example, using wget:
 
-  wget https://github.com/downloads/buildout/buildout/bootstrap.py
+  wget http://downloads.buildout.org/2/bootstrap.py
 
 Since this is still an alpha release, you'll need to supply the -t
 option to bootstrap.py::
 
   python bootstrap.py -t
 
-This version of buildout support Python 2.6, 2.7, 3.2 and 3.3.
+This version of buildout supports Python 2.6, 2.7, 3.2 and 3.3.
-- 
2.30.9