summaryrefslogtreecommitdiffstats
path: root/Doc/reference/import.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 09:26:56 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-29 09:26:56 (GMT)
commit525d355984e1afa342aa72fc7867a56eea937a61 (patch)
tree50a3fe6931bae07791ceab9bb74d76c1aa218296 /Doc/reference/import.rst
parent9bdcb3bc8a71b47ac93bf2d878e81790341d8cfb (diff)
downloadcpython-525d355984e1afa342aa72fc7867a56eea937a61.zip
cpython-525d355984e1afa342aa72fc7867a56eea937a61.tar.gz
cpython-525d355984e1afa342aa72fc7867a56eea937a61.tar.bz2
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 146f29e..e9b7e53 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