diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2021-04-27 12:09:00 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-17 12:16:09 +0200 |
| commit | cb91b2d9e3e28d0ede24dbb052faa6e7fead5897 (patch) | |
| tree | 6ba869da57dc76a38857115e096f09426949f50b /docs/releases | |
| parent | 55b89e8cac2f8cc7cf3f96dfa138b3b9fda81160 (diff) | |
[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Backport of c156e369553c75a30c78b8ed54a57b1101865105 from main
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/0.95.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.0-porting-guide.txt | 4 | ||||
| -rw-r--r-- | docs/releases/1.11.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.2.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.4.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.6.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.8.8.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.8.txt | 2 | ||||
| -rw-r--r-- | docs/releases/2.0.txt | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/docs/releases/0.95.txt b/docs/releases/0.95.txt index 06248c0bc0..73cb37f430 100644 --- a/docs/releases/0.95.txt +++ b/docs/releases/0.95.txt @@ -114,7 +114,7 @@ by Django users and developers from around the world. Friendly people are usually available at any hour of the day -- to help, or just to chat. .. _Django website: https://www.djangoproject.com/ -.. _django-users: https://groups.google.com/group/django-users +.. _django-users: https://groups.google.com/g/django-users Thanks for using Django! diff --git a/docs/releases/1.0-porting-guide.txt b/docs/releases/1.0-porting-guide.txt index 7e7a7ad0f6..5bd1e14a9c 100644 --- a/docs/releases/1.0-porting-guide.txt +++ b/docs/releases/1.0-porting-guide.txt @@ -79,8 +79,8 @@ see `the admin`_ below for more details. A contributor to djangosnippets__ has written a script that'll `scan your models.py and generate a corresponding admin.py`__. - __ https://www.djangosnippets.org/ - __ https://www.djangosnippets.org/snippets/603/ + __ https://djangosnippets.org/ + __ https://djangosnippets.org/snippets/603/ Example ~~~~~~~ diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index c32203aaee..45bb3474ba 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -587,7 +587,7 @@ the timezone based on the system timezone, you can use `tzlocal This works similar to ``settings.TIME_ZONE = None`` except that it also sets ``os.environ['TZ']``. `Let us know -<https://groups.google.com/d/topic/django-developers/OAV3FChfuPM/discussion>`__ +<https://groups.google.com/g/django-developers/c/OAV3FChfuPM/discussion>`__ if there's a use case where you find you can't adapt your code to set a ``TIME_ZONE``. diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt index ff622cb54a..30e39ac1be 100644 --- a/docs/releases/1.2.txt +++ b/docs/releases/1.2.txt @@ -1056,7 +1056,7 @@ this into account. For more information, see the full :doc:`syndication framework documentation </ref/contrib/syndication>`. -.. _RSS best practices: http://www.rssboard.org/rss-profile +.. _RSS best practices: https://www.rssboard.org/rss-profile Technical message IDs --------------------- diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt index 3661f177ac..ba08d7bbd7 100644 --- a/docs/releases/1.4.txt +++ b/docs/releases/1.4.txt @@ -115,7 +115,7 @@ comprehensively. See the :class:`documentation<django.test.LiveServerTestCase>` for more details and concrete examples. -.. _Selenium: https://selenium.dev/ +.. _Selenium: https://www.selenium.dev/ Updated default project layout and ``manage.py`` ------------------------------------------------ diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index fd9d0a19cc..1709991d70 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -1043,7 +1043,7 @@ occasions, such as: This makes the cache effectively work on a per-session basis regardless of the ``CACHE_MIDDLEWARE_ANONYMOUS_ONLY`` setting. -__ https://www.google.com/analytics/ +__ https://marketingplatform.google.com/about/analytics/ ``SEND_BROKEN_LINK_EMAILS`` setting ----------------------------------- diff --git a/docs/releases/1.8.8.txt b/docs/releases/1.8.8.txt index 74c563abde..8e14499c95 100644 --- a/docs/releases/1.8.8.txt +++ b/docs/releases/1.8.8.txt @@ -13,7 +13,7 @@ intentionally after that, but we won't test subsequent releases against Python much value in providing security updates for a version of Python that could be insecure. To read more about the decision and to let us know if this will be problematic for you, please read the `django-developers thread -<https://groups.google.com/d/topic/django-developers/eMu5UQpUdWs/discussion>`_. +<https://groups.google.com/g/django-developers/c/eMu5UQpUdWs/discussion>`_. Bugfixes ======== diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index ab57349e09..f6d793d02a 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -934,7 +934,7 @@ relevant documentation pages have been updated or removed. The new package is available `on GitHub`_ and on PyPI. -.. _on GitHub: https://github.com/django/django-formtools/ +.. _on GitHub: https://github.com/jazzband/django-formtools/ Database connection reloading between tests ------------------------------------------- diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index e774f9e558..5f0a17dc97 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -99,7 +99,7 @@ Minor features * The new :attr:`.ModelAdmin.autocomplete_fields` attribute and :meth:`.ModelAdmin.get_autocomplete_fields` method allow using a - `Select2 <https://select2.org>`_ search widget for ``ForeignKey`` and + `Select2 <https://select2.org/>`_ search widget for ``ForeignKey`` and ``ManyToManyField``. :mod:`django.contrib.auth` |
