1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #25778 -- Updated some links to HTTPS and new locations.

This commit is contained in:
Mariusz Felisiak
2020-01-29 09:34:37 +01:00
committed by GitHub
parent 4ca5c565f4
commit 0ac8ac8b0d
11 changed files with 14 additions and 14 deletions

View File

@@ -115,7 +115,7 @@ comprehensively. See the
:class:`documentation<django.test.LiveServerTestCase>` for more details and
concrete examples.
.. _Selenium: http://seleniumhq.org/
.. _Selenium: https://selenium.dev/
Updated default project layout and ``manage.py``
------------------------------------------------