summaryrefslogtreecommitdiff
path: root/docs/build/tutorial.rst
diff options
context:
space:
mode:
authorColin Dunklau <colin.dunklau@gmail.com>2018-09-22 13:05:12 +0200
committerColin Dunklau <colin.dunklau@gmail.com>2018-09-22 13:05:12 +0200
commitbc189357b0a4c113c09a6b5985aa37383f6c23b1 (patch)
treeaa8c1f72959311a60c6602d41ab421094cf90a33 /docs/build/tutorial.rst
parent8c2a0c82d908fc0daa0b0a1c7df2fe86f631ba0e (diff)
downloadalembic-bc189357b0a4c113c09a6b5985aa37383f6c23b1.tar.gz
Fix dead Setuptools doc link
Diffstat (limited to 'docs/build/tutorial.rst')
-rw-r--r--docs/build/tutorial.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/build/tutorial.rst b/docs/build/tutorial.rst
index 735c481..d6ccc90 100644
--- a/docs/build/tutorial.rst
+++ b/docs/build/tutorial.rst
@@ -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.