diff options
author | Lisa Hewus Fresh <bugzPDX@users.noreply.github.com> | 2017-08-30 16:37:43 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-08-30 16:37:43 (GMT) |
commit | 384899dfaeb83db38a6d3846d3cbc2f58a6605cd (patch) | |
tree | fee17ecb827c3dcca497b92b61230ef523d73eed /Misc/Porting | |
parent | e91c2a5086c8fea64ad33d5f334da13ed0d5648a (diff) | |
download | cpython-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.zip cpython-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.tar.gz cpython-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.tar.bz2 |
bpo-30737: Update DevGuide links to new URL (GH-3228)
Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org
Diffstat (limited to 'Misc/Porting')
-rw-r--r-- | Misc/Porting | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/Porting b/Misc/Porting index c43b112..f16c460 100644 --- a/Misc/Porting +++ b/Misc/Porting @@ -1 +1 @@ -This document is moved to https://docs.python.org/devguide/faq.html#how-do-i-port-python-to-a-new-platform +This document is moved to https://devguide.python.org/porting/ |