Skip to content

Commit 60dbed1

Browse files
authored
link to legacy doc on the non-legacy website (#3362)
1 parent faa57cb commit 60dbed1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/importlib.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ generically as an :term:`importer`) to participate in the import process.
3232
:ref:`import`
3333
The language reference for the :keyword:`import` statement.
3434

35-
`Packages specification <http://legacy.python.org/doc/essays/packages.html>`__
35+
`Packages specification <https://www.python.org/doc/essays/packages/>`__
3636
Original specification of packages. Some semantics have changed since
3737
the writing of this document (e.g. redirecting based on ``None``
3838
in :data:`sys.modules`).

Doc/reference/import.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ References
965965

966966
The import machinery has evolved considerably since Python's early days. The
967967
original `specification for packages
968-
<http://legacy.python.org/doc/essays/packages.html>`_ is still available to read,
968+
<https://www.python.org/doc/essays/packages/>`_ is still available to read,
969969
although some details have changed since the writing of that document.
970970

971971
The original specification for :data:`sys.meta_path` was :pep:`302`, with

0 commit comments

Comments
 (0)