zulip/docs/testing
YashRE42 40444cf415 docs: Update all links to Django docs to point to version /3.2/.
Previously, our docs had links to various versions of the Django docs,
eg https://docs.djangoproject.com/en/1.10/topics/migrations/ and
https://docs.djangoproject.com/en/2.0/ref/signals/#post-save, opening
a link to a doc with an outdated Django version would show a warning
"This document is for an insecure version of Django that is no longer
supported. Please upgrade to a newer release!".

This commit uses a search with the regex
"docs.djangoproject.com/en/([0-9].[0-9]*)/" and replaces all matches
inside the /docs/ folder with "docs.djangoproject.com/en/3.2/".

All the new links in this commit have been generated by the above
replace and each link has then been manually checked to ensure that
(1) the page still exists and has not been moved to a new location
(and it has been found that no page has been moved like this), (2)
that the anchor that we're linking to has not been changed (and it has
been found that this happened once, for https://docs.djangoproject.com
/en/1.8/ref/django-admin/#runserver-port-or-address-port, where
/#runserver-port-or-address-port was changed to /#runserver).
2021-11-08 18:06:16 -08:00
..
continuous-integration.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
index.md docs: Convert reST index pages to Markdown. 2021-08-20 06:22:42 -07:00
linters.md docs: Update all links to Django docs to point to version /3.2/. 2021-11-08 18:06:16 -08:00
manual-testing.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
mypy.md docs: Apply sentence single-spacing from Prettier. 2021-09-08 12:06:24 -07:00
philosophy.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
testing-with-django.md docs: Update all links to Django docs to point to version /3.2/. 2021-11-08 18:06:16 -08:00
testing-with-node.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
testing-with-puppeteer.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
testing.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
typescript.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00