summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-05-15 14:12:13 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-05-15 14:12:13 -0400
commitc384dd6e145d6dc3d178bea9fa08f0ce9b135e6e (patch)
tree1991e0520de62cac13704a2c70263b0df05234e2
parentbb51372abf96342dcac21e8bc08aa6d79f036a33 (diff)
downloadalembic-c384dd6e145d6dc3d178bea9fa08f0ce9b135e6e.tar.gz
update link to pkg_resources
-rw-r--r--docs/build/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build/tutorial.rst b/docs/build/tutorial.rst
index aade686..a0fd0ec 100644
--- a/docs/build/tutorial.rst
+++ b/docs/build/tutorial.rst
@@ -189,7 +189,7 @@ This file contains the following features:
For support of applications that package themselves into .egg files, the value can
also be specified
- as a `package resource <http://packages.python.org/distribute/pkg_resources.html>`_, in which
+ as a `package resource <https://pythonhosted.org/setuptools/pkg_resources.html>`_, in which
case ``resource_filename()`` is used to find the file (new in 0.2.2). Any non-absolute
URI which contains colons is interpreted here as a resource name, rather than
a straight filename.