diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2015-11-29 08:29:46 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-01 08:03:16 -0500 |
| commit | bf76cf07e0e0713020974f47dacfaddcedbe1abf (patch) | |
| tree | 25d3659624b41be8315d418c577a7b529b4d8ae6 /docs/internals | |
| parent | b4074102328180dd53ecc5a03b0afa1322024036 (diff) | |
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 2 | ||||
| -rw-r--r-- | docs/internals/team.txt | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index 6c758db2ea..6cb0900211 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -180,7 +180,7 @@ associated tests will be skipped. .. _setuptools: https://pypi.python.org/pypi/setuptools/ .. _memcached: http://memcached.org/ .. _mock: https://pypi.python.org/pypi/mock -.. _gettext: http://www.gnu.org/software/gettext/manual/gettext.html +.. _gettext: https://www.gnu.org/software/gettext/manual/gettext.html .. _selenium: https://pypi.python.org/pypi/selenium .. _sqlparse: https://pypi.python.org/pypi/sqlparse .. _pip requirements files: https://pip.pypa.io/en/latest/user_guide.html#requirements-files diff --git a/docs/internals/team.txt b/docs/internals/team.txt index 057c616215..9f0e93a9ad 100644 --- a/docs/internals/team.txt +++ b/docs/internals/team.txt @@ -48,7 +48,7 @@ Journal-World`_ of Lawrence, Kansas, USA. .. _lawrence journal-world: http://ljworld.com/ .. _adrian holovaty: http://holovaty.com/ -.. _everyblock: http://everyblock.com/ +.. _everyblock: https://everyblock.com/ .. _soundslice: https://www.soundslice.com/ .. _simon willison: http://simonwillison.net/ .. _web-development blog: `simon willison`_ @@ -163,7 +163,7 @@ Karen Tracey Andrew lives in San Francisco, CA, USA. - .. _Andrew Godwin: http://www.aeracode.org/ + .. _Andrew Godwin: https://www.aeracode.org/ `Carl Meyer`_ Carl has been a Django user since 2007 (long enough to remember @@ -303,7 +303,7 @@ Florian Apolloner For the time being he lives in Graz, Austria (not Australia ;)). .. _Graz University of Technology: http://tugraz.at/ - .. _Ubuntuusers webteam: http://wiki.ubuntuusers.de/ubuntuusers/Webteam + .. _Ubuntuusers webteam: https://wiki.ubuntuusers.de/ubuntuusers/Webteam Jeremy Dunck Jeremy was rescued from corporate IT drudgery by Free Software and, in part, @@ -347,7 +347,7 @@ Jeremy Dunck .. _Simon Charette: https://github.com/charettes .. _Ultimate Frisbee: http://www.montrealultimate.ca - .. _Reptiletech: http://www.reptiletech.com + .. _Reptiletech: https://www.reptiletech.com Donald Stufft Donald found Python and Django in 2007 while trying to find a language, @@ -370,7 +370,7 @@ Marc Tamlyn Marc is currently a full-time parent, part-time developer, and lives in Oxford, UK. - .. _CCBV: http://ccbv.co.uk/ + .. _CCBV: https://ccbv.co.uk/ Shai Berger Shai started working with Python back in 1998, and with Django just @@ -497,7 +497,7 @@ Daniele Procida .. _Markus Holtermann: https://github.com/MarkusH .. _Technical University of Berlin: http://www.tu-berlin.de/ - .. _ubuntuusers.de: http://ubuntuusers.de/ + .. _ubuntuusers.de: https://ubuntuusers.de/ .. _EuroPython 2014 website: https://ep2014.europython.eu/ `Josh Smeaton`_ @@ -538,7 +538,7 @@ Daniele Procida .. _Tomek Paczkowski: https://hauru.eu .. _DjangoCon Europe 2013: http://love.djangocircus.com .. _Django Girls: https://djangogirls.org - .. _Squirrel: http://squirrel.me + .. _Squirrel: https://squirrel.me `Ola Sitarska`_ Ola started working with Django in 2009, when she discovered the power of @@ -662,7 +662,7 @@ Joseph Kocherhans Gary lives in Austin, Texas, USA. .. _Gary Wilson: http://thegarywilson.com/ - .. _The University of Texas: http://www.utexas.edu/ + .. _The University of Texas: https://www.utexas.edu/ `Brian Rosner`_ Brian enjoys learning more about programming languages and system |
