link to legacy doc on the non-legacy website (#3362)

This commit is contained in:
Benjamin Peterson 2017-09-05 16:24:39 -07:00 committed by GitHub
parent faa57cbe70
commit 60dbed1850
2 changed files with 2 additions and 2 deletions

View 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