zulip/docs/production
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
..
authentication-methods.md docs: Add disabling of Force POST Binding to Keyclock SLO instructions. 2021-11-01 11:02:51 -07:00
deployment.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
email-gateway.md docs: Document how to test the polling email gateway configuration. 2021-10-14 14:50:52 -07:00
email.md docs: Update all links to Django docs to point to version /3.2/. 2021-11-08 18:06:16 -08:00
expensive-migrations.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
export-and-import.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
giphy-gif-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
install-existing-server.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
install.md docs: Extend Certbot troubleshooting documentation. 2021-11-01 18:11:31 -07:00
maintain-secure-upgrade.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
management-commands.md docs: Update all links to Django docs to point to version /3.2/. 2021-11-08 18:06:16 -08:00
mobile-push-notifications.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
multiple-organizations.md docs: Apply sentence single-spacing from Prettier. 2021-09-08 12:06:24 -07:00
password-strength.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
postgresql.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
requirements.md docs: Add documentation for bullseye support. 2021-09-09 11:05:16 -07:00
security-model.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
settings.md docs: Update links to zulip-announce mailing list. 2021-10-14 16:51:36 -07:00
ssl-certificates.md docs: Extend Certbot troubleshooting documentation. 2021-11-01 18:11:31 -07:00
troubleshooting.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
upgrade-or-modify.md docs: Inline some upgrade instructions. 2021-10-01 11:08:14 -07:00
upload-backends.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
video-calls.md docs: Apply sentence single-spacing from Prettier. 2021-09-08 12:06:24 -07:00