diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 09:57:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 09:57:37 (GMT) |
commit | b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3 (patch) | |
tree | db84fdf0d6f2174731bf55700464e9ff3ec7307e /Doc/library/importlib.rst | |
parent | 0ef496678a4908d321596043156fefeaf6e8afae (diff) | |
download | cpython-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.zip cpython-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.tar.gz cpython-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.tar.bz2 |
Fixing broken links in doc, part 4: some more breaks and redirects
Diffstat (limited to 'Doc/library/importlib.rst')
-rw-r--r-- | Doc/library/importlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 8ebb440..91328af 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -29,7 +29,7 @@ generically as an :term:`importer`) to participate in the import process. :ref:`import` The language reference for the :keyword:`import` statement. - `Packages specification <https://www.python.org/doc/essays/packages.html>`__ + `Packages specification <http://legacy.python.org/doc/essays/packages.html>`__ Original specification of packages. Some semantics have changed since the writing of this document (e.g. redirecting based on ``None`` in :data:`sys.modules`). |