diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-10-23 06:03:00 -0700 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2018-10-23 15:03:40 +0200 |
| commit | 8a348c5fd0b3de2cdaf3c55e2fd243d2771bac0a (patch) | |
| tree | 15a31f0cbd03e6a76fafcafdbc310504ef5d9fcd /docs/intro/contributing.txt | |
| parent | fbd95ce9bb6dc7cd3bd24b9d95ea6350d2e02bf7 (diff) | |
[2.1.x] Refs #29877 -- Made diveinto.org URLs HTTPS.
Backport of 136a900ef98a7b7261a124308c8c26370ff2d5e4 from master
Diffstat (limited to 'docs/intro/contributing.txt')
| -rw-r--r-- | docs/intro/contributing.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 587d5114f7..a4e3b6c68c 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -43,7 +43,7 @@ so that it can be of use to the widest audience. to |django-developers| or drop by `#django-dev on irc.freenode.net`__ to chat with other Django users who might be able to help. -__ http://www.diveinto.org/python3/ +__ https://www.diveinto.org/python3/ __ irc://irc.freenode.net/django-dev What does this tutorial cover? @@ -333,7 +333,7 @@ This test checks that the ``make_toast()`` returns ``'toast'``. * After reading those, if you want something a little meatier to sink your teeth into, there's always the Python :mod:`unittest` documentation. -__ http://www.diveinto.org/python3/unit-testing.html +__ https://www.diveinto.org/python3/unit-testing.html Running your new test --------------------- |
