]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
update link to pkg_resources
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 May 2014 18:12:13 +0000 (14:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 May 2014 18:12:13 +0000 (14:12 -0400)
docs/build/tutorial.rst

index aade686e95b79f9510ad2f3f4d357e8c20d20424..a0fd0ec202d29c03d75428479adcea225615e91a 100644 (file)
@@ -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.