[Checkins] SVN: zc.buildout/trunk/README.txt Documenation fix: replace dev.zope.org URLs of recipes

Baiju M baiju.m.mail at gmail.com
Thu Feb 7 05:10:50 EST 2008


Log message for revision 83607:
  Documenation fix: replace dev.zope.org URLs of recipes
  with PyPI URLs (the old ones no more working)
  

Changed:
  U   zc.buildout/trunk/README.txt

-=-
Modified: zc.buildout/trunk/README.txt
===================================================================
--- zc.buildout/trunk/README.txt	2008-02-07 09:33:49 UTC (rev 83606)
+++ zc.buildout/trunk/README.txt	2008-02-07 10:10:49 UTC (rev 83607)
@@ -29,23 +29,23 @@
 
 Existing recipes include:
 
-`zc.recipe.egg <http://dev.zope.org/Buildout/egg.html>`_
+`zc.recipe.egg <http://pypi.python.org/pypi/zc.recipe.egg>`_
    The egg recipe installes one or more eggs, with their
    dependencies.  It installs their console-script entry points with
    the needed eggs included in their paths.
 
-`zc.recipe.testrunner <http://dev.zope.org/Buildout/testrunner.html>`_
+`zc.recipe.testrunner <http://pypi.python.org/pypi/zc.recipe.testrunner>`_
    The testrunner egg installs creates a test runner script for one or
    more eggs.
 
-`zc.recipe.zope3checkout <http://dev.zope.org/Buildout/zope3checkout.html>`_
+`zc.recipe.zope3checkout <http://pypi.python.org/pypi/zc.recipe.zope3checkout>`_
    The zope3checkout recipe installs a Zope 3 checkout into a
    buildout.
 
-`zc.recipe.zope3instance <http://dev.zope.org/Buildout/zope3instance.html>`_
+`zc.recipe.zope3instance <http://pypi.python.org/pypi/zc.recipe.zope3instance>`_
    The zope3instance recipe sets up a Zope 3 instance.
 
-`zc.recipe.filestorage <http://dev.zope.org/Buildout/filestorage.html>`_
+`zc.recipe.filestorage <http://pypi.python.org/pypi/zc.recipe.filestorage>`_
    The filestorage recipe sets up a ZODB file storage for use in a
    Zope 3 instance creayed by the zope3instance recipe.
 



More information about the Checkins mailing list