diff options
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/advanced.txt | 2 | ||||
| -rw-r--r-- | docs/topics/testing/tools.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt index f4c875b1c6..026b443b72 100644 --- a/docs/topics/testing/advanced.txt +++ b/docs/topics/testing/advanced.txt @@ -715,5 +715,5 @@ listed here because of the ``source`` flag passed to the previous command. For more options like annotated HTML listings detailing missed lines, see the `coverage.py`_ docs. -.. _coverage.py: http://coverage.readthedocs.io/ +.. _coverage.py: https://coverage.readthedocs.io/ .. _install coverage.py: https://pypi.python.org/pypi/coverage diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index ea80b45479..d349efe7a0 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -161,7 +161,7 @@ Use the ``django.test.Client`` class to make requests. HTTP request from the browser to the server should be passed as ``HTTP_HOST``. - .. _CGI: http://www.w3.org/CGI/ + .. _CGI: https://www.w3.org/CGI/ If you already have the GET arguments in URL-encoded form, you can use that encoding instead of using the data argument. For example, |
