diff options
| author | Georg Brandl <georg@python.org> | 2014-10-29 08:36:35 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-10-29 08:36:35 +0100 |
| commit | e73778c1ac0e58d3520b37308b970073e818fa00 (patch) | |
| tree | b176299e5205ce49c5ce71096966101556584eb2 /Doc/extending | |
| parent | 46761ec7c2938ed48535276e11bd7fc834a9a0ca (diff) | |
| download | cpython-git-e73778c1ac0e58d3520b37308b970073e818fa00.tar.gz | |
Use https:// URLs when referring to python.org hosts.
Diffstat (limited to 'Doc/extending')
| -rw-r--r-- | Doc/extending/building.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/extending/building.rst b/Doc/extending/building.rst index 08b0cc2ced..06d300547d 100644 --- a/Doc/extending/building.rst +++ b/Doc/extending/building.rst @@ -81,7 +81,7 @@ example below. :: description = 'This is a demo package', author = 'Martin v. Loewis', author_email = 'martin@v.loewis.de', - url = 'http://docs.python.org/extending/building', + url = 'https://docs.python.org/extending/building', long_description = ''' This is really just a demo package. ''', |
