[4.0.x] Updated various links to HTTPS and new locations.

Backport of 010a9d8a4f from main
This commit is contained in:
Mariusz Felisiak 2022-03-29 07:46:08 +02:00
parent 7f69c0d9f7
commit 0da90533f2
7 changed files with 12 additions and 12 deletions

View file

@ -69,7 +69,7 @@ environment variable. For example, to show warnings while running tests:
If you're not using the Django test runner, you may need to also ensure that
any console output is not captured which would hide deprecation warnings. For
example, if you use `pytest <https://pytest.org/>`__:
example, if you use `pytest <https://docs.pytest.org/>`__:
.. code-block:: console