diff options
author | Lisa Hewus Fresh <bugzPDX@users.noreply.github.com> | 2017-08-30 09:37:43 -0700 |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-08-30 09:37:43 -0700 |
commit | 384899dfaeb83db38a6d3846d3cbc2f58a6605cd (patch) | |
tree | fee17ecb827c3dcca497b92b61230ef523d73eed /Mac | |
parent | e91c2a5086c8fea64ad33d5f334da13ed0d5648a (diff) | |
download | cpython-git-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.tar.gz |
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 'Mac')
-rw-r--r-- | Mac/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/README b/Mac/README index 07f09fa836..d4194747eb 100644 --- a/Mac/README +++ b/Mac/README @@ -98,7 +98,7 @@ In general, universal builds depend on specific features provided by the Apple-supplied compilers and other build tools included in Apple's Xcode development tools. You should install Xcode and the command line tools component appropriate for the OS X release you are running on. See the -Python Developer's Guide (http://docs.python.org/devguide/setup.html) +Python Developer's Guide (https://devguide.python.org/setup/) for more information. 2.1 Flavors of universal binaries @@ -355,4 +355,4 @@ Resources * http://www.python.org/community/sigs/current/pythonmac-sig/ - * http://docs.python.org/devguide/
\ No newline at end of file + * https://devguide.python.org/ |