diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-12-08 18:39:26 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-12-08 18:40:09 +0100 |
| commit | 626bdf648a2c4c4f5fd25fbc4af41a1acfa18d7f (patch) | |
| tree | 145beca61ea31d53977e6747b005d3c81c99bac0 /docs/topics/testing | |
| parent | f876552f4bd3f4b87441856b6e93d97938c45d39 (diff) | |
Updated a bunch of hyperlinks in documentation
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/advanced.txt | 2 | ||||
| -rw-r--r-- | docs/topics/testing/overview.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt index 90111d05ff..936b90b747 100644 --- a/docs/topics/testing/advanced.txt +++ b/docs/topics/testing/advanced.txt @@ -549,4 +549,4 @@ For more options like annotated HTML listings detailing missed lines, see the `coverage.py`_ docs. .. _coverage.py: http://nedbatchelder.com/code/coverage/ -.. _install coverage.py: http://pypi.python.org/pypi/coverage +.. _install coverage.py: https://pypi.python.org/pypi/coverage diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt index a0bed1b2ee..f8464638c2 100644 --- a/docs/topics/testing/overview.txt +++ b/docs/topics/testing/overview.txt @@ -31,7 +31,7 @@ module defines tests using a class-based approach. Since Django no longer supports Python versions older than 2.7, ``django.utils.unittest`` is deprecated. Simply use ``unittest``. -.. _unittest2: http://pypi.python.org/pypi/unittest2 +.. _unittest2: https://pypi.python.org/pypi/unittest2 Here is an example which subclasses from :class:`django.test.TestCase`, which is a subclass of :class:`unittest.TestCase` that runs each test inside a @@ -1053,7 +1053,7 @@ example above is just a tiny fraction of what the Selenium client can do; check out the `full reference`_ for more details. .. _Selenium: http://seleniumhq.org/ -.. _selenium package: http://pypi.python.org/pypi/selenium +.. _selenium package: https://pypi.python.org/pypi/selenium .. _full reference: http://selenium-python.readthedocs.org/en/latest/api.html .. _Firefox: http://www.mozilla.com/firefox/ |
