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

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:15:59 EDT 2009


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

Changed:
  U   zc.buildout/branches/help-api/README.txt

-=-
Modified: zc.buildout/branches/help-api/README.txt
===================================================================
--- zc.buildout/branches/help-api/README.txt	2009-03-29 20:51:07 UTC (rev 98460)
+++ zc.buildout/branches/help-api/README.txt	2009-03-29 21:15:59 UTC (rev 98461)
@@ -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