[Checkins] SVN: zope2docs/trunk/zdgbook/source/GettingStarted.rst oops. r104834 was a mistake

Baiju M baiju.m.mail at gmail.com
Tue Oct 6 04:57:48 EDT 2009


Log message for revision 104835:
  oops. r104834 was a mistake
  Can't rely on editor's recursive search always :)
  

Changed:
  U   zope2docs/trunk/zdgbook/source/GettingStarted.rst

-=-
Modified: zope2docs/trunk/zdgbook/source/GettingStarted.rst
===================================================================
--- zope2docs/trunk/zdgbook/source/GettingStarted.rst	2009-10-06 08:54:11 UTC (rev 104834)
+++ zope2docs/trunk/zdgbook/source/GettingStarted.rst	2009-10-06 08:57:47 UTC (rev 104835)
@@ -44,7 +44,7 @@
 
   $ cd poll/poll.build
   $ touch buildout.cfg
-  $ wget -c http://download.zope.org/Zope2/index/2.12.0/versions.cfg
+  $ wget -c http://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/bootstrap.py
   $ python2.6 bootstrap.py
 
 Installing Zope 2
@@ -60,7 +60,7 @@
   [buildout]
   parts = zope2
           instance
-  extends = http://svn.zope.org/repos/main/Zope/tags/2.12.0/versions.cfg
+  extends = http://download.zope.org/Zope2/index/2.12.0/versions.cfg
 
   [zope2]
   recipe = zc.recipe.egg



More information about the checkins mailing list