]> granicus.if.org Git - python/commitdiff
link to legacy doc on the non-legacy website (#3362)
authorBenjamin Peterson <benjamin@python.org>
Tue, 5 Sep 2017 23:24:39 +0000 (16:24 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2017 23:24:39 +0000 (16:24 -0700)
Doc/library/importlib.rst
Doc/reference/import.rst

index 45a02e568e1ba5490eeb2f5dae398e5f88410dbd..3a72648cbec8c2c2245bc82e8c3ebdda4a48875f 100644 (file)
@@ -32,7 +32,7 @@ generically as an :term:`importer`) to participate in the import process.
     :ref:`import`
         The language reference for the :keyword:`import` statement.
 
-    `Packages specification <http://legacy.python.org/doc/essays/packages.html>`__
+    `Packages specification <https://www.python.org/doc/essays/packages/>`__
         Original specification of packages. Some semantics have changed since
         the writing of this document (e.g. redirecting based on ``None``
         in :data:`sys.modules`).
index d504f37387422ea329569dd63e3b458e6b8499c5..8cf16cad4c9c9c94ddd8792532d6dca6ff0c8ab2 100644 (file)
@@ -965,7 +965,7 @@ References
 
 The import machinery has evolved considerably since Python's early days.  The
 original `specification for packages
-<http://legacy.python.org/doc/essays/packages.html>`_ is still available to read,
+<https://www.python.org/doc/essays/packages/>`_ 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