summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 49859c21..a3f53d41 100755
--- a/README.txt
+++ b/README.txt
@@ -29,8 +29,8 @@ The fork has two goals:
the same as for Python 2 code, but Distribute also helps you to support
Python 2 and Python 3 from the same source code by letting you run 2to3
on the code as a part of the build process, by setting the keyword parameter
- ``use_2to3`` to True. See XXX REPLACE WITH PYPI DOC XXXX
- for more information.
+ ``use_2to3`` to True. See http://packages.python.org/distribute for more
+ information.
- Refactoring the code, and releasing it in several distributions.
This work is being done in the 0.7.x series but not yet released.
@@ -45,8 +45,8 @@ More documentation
==================
You can get more information in the Sphinx-based documentation, located
-at XXX REPLACE WITH PYPI DOC XXXX. This documentation includes the old Setuptools
-documentation that is slowly replaced, and brand new content.
+at http://packages.python.org/distribute. This documentation includes the old
+Setuptools documentation that is slowly replaced, and brand new content.
About the installation process
==============================