diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 10:26:56 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 10:26:56 +0100 |
commit | 94a4f0453115642eebb24e4f70cb09ba50793a58 (patch) | |
tree | d0ab43e7d9b632905ec740bc9a01c2fc3e80e2e7 /Doc/reference/import.rst | |
parent | 283e77b1e4cb12dd34f6ec43e89eeca22a14b522 (diff) | |
download | cpython-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.rst | 2 |
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 |