]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Fix dead Setuptools doc link
authorColin Dunklau <colin.dunklau@gmail.com>
Sat, 22 Sep 2018 11:05:12 +0000 (13:05 +0200)
committerColin Dunklau <colin.dunklau@gmail.com>
Sat, 22 Sep 2018 11:05:12 +0000 (13:05 +0200)
docs/build/tutorial.rst

index 735c481fdc67990ad40a086bfe6b216df1f4b46f..d6ccc900bdc87bf637c1410a010546553bb34a3b 100644 (file)
@@ -206,8 +206,8 @@ This file contains the following features:
   as in ``%(here)s/alembic``.
 
   For support of applications that package themselves into .egg files, the value can
-  also be specified
-  as a `package resource <https://pythonhosted.org/setuptools/pkg_resources.html>`_, in which
+  also be specified as a `package resource
+  <https://setuptools.readthedocs.io/en/latest/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.