diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-09-05 23:24:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-05 23:24:39 (GMT) |
commit | 60dbed18509f99af8eaa685d9736f954b8d621fb (patch) | |
tree | b0ed32d3b9615ff618f9249415b4f6f8b7368499 /Doc/reference | |
parent | faa57cbe7074b26807cd7ed89a7b173b5cbf3086 (diff) | |
download | cpython-60dbed18509f99af8eaa685d9736f954b8d621fb.zip cpython-60dbed18509f99af8eaa685d9736f954b8d621fb.tar.gz cpython-60dbed18509f99af8eaa685d9736f954b8d621fb.tar.bz2 |
link to legacy doc on the non-legacy website (#3362)
Diffstat (limited to 'Doc/reference')
-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 d504f37..8cf16ca 100644 --- a/Doc/reference/import.rst +++ b/Doc/reference/import.rst @@ -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 |