summaryrefslogtreecommitdiff
path: root/Doc/reference/import.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 10:26:56 +0100
committerGeorg Brandl <georg@python.org>2014-10-29 10:26:56 +0100
commit94a4f0453115642eebb24e4f70cb09ba50793a58 (patch)
treed0ab43e7d9b632905ec740bc9a01c2fc3e80e2e7 /Doc/reference/import.rst
parent283e77b1e4cb12dd34f6ec43e89eeca22a14b522 (diff)
downloadcpython-94a4f0453115642eebb24e4f70cb09ba50793a58.tar.gz
Fixing broken links in doc, part 3: the rest
Diffstat (limited to 'Doc/reference/import.rst')
-rw-r--r--Doc/reference/import.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst
index 146f29e125..e9b7e53247 100644
--- a/Doc/reference/import.rst
+++ b/Doc/reference/import.rst
@@ -901,7 +901,7 @@ References
The import machinery has evolved considerably since Python's early days. The
original `specification for packages
-<https://www.python.org/doc/essays/packages.html>`_ is still available to read,
+<http://legacy.python.org/doc/essays/packages.html>`_ is still available to read,
although some details have changed since the writing of that document.
The original specification for :data:`sys.meta_path` was :pep:`302`, with