Skip to content

Commit 1e09886

Browse files
xordoquytomchristie
authored andcommitted
Update the Python doc links to use https and point to Python 3 (encode#4713)
1 parent 6498766 commit 1e09886

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api-guide/fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ The [django-rest-framework-hstore][django-rest-framework-hstore] package provide
669669
[html-and-forms]: ../topics/html-and-forms.md
670670
[FILE_UPLOAD_HANDLERS]: https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-FILE_UPLOAD_HANDLERS
671671
[ecma262]: http://ecma-international.org/ecma-262/5.1/#sec-15.9.1.15
672-
[strftime]: http://docs.python.org/2/library/datetime.html#strftime-and-strptime-behavior
672+
[strftime]: https://docs.python.org/3/library/datetime.html#strftime-and-strptime-behavior
673673
[django-widgets]: https://docs.djangoproject.com/en/dev/ref/forms/widgets/
674674
[iso8601]: http://www.w3.org/TR/NOTE-datetime
675675
[drf-compound-fields]: https://drf-compound-fields.readthedocs.io

docs/api-guide/settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ An integer of 0 or more, that may be used to specify the number of application p
456456

457457
Default: `None`
458458

459-
[cite]: http://www.python.org/dev/peps/pep-0020/
459+
[cite]: https://www.python.org/dev/peps/pep-0020/
460460
[rfc4627]: http://www.ietf.org/rfc/rfc4627.txt
461461
[heroku-minified-json]: https://github.com/interagent/http-api-design#keep-json-minified-in-all-responses
462-
[strftime]: http://docs.python.org/2/library/time.html#time.strftime
462+
[strftime]: https://docs.python.org/3/library/time.html#time.strftime

0 commit comments

Comments
 (0)