|
@@ -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
|
|
|
---------------------
|