summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2021-08-09 01:07:52 -0400
committerGitHub <noreply@github.com>2021-08-09 07:07:52 +0200
commit259b28706e5084f5207792e066a33e35c7a661d4 (patch)
tree2527c31cfc5990743714da169c07a5f75e3c819f /docs
parent8208381ba6a3d1613bb746617062ccf1a6a28591 (diff)
Fixed some broken links and redirects in docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/help.txt2
-rw-r--r--docs/internals/contributing/committing-code.txt2
-rw-r--r--docs/topics/email.txt2
-rw-r--r--docs/topics/i18n/translation.txt2
-rw-r--r--docs/topics/install.txt2
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/faq/help.txt b/docs/faq/help.txt
index 21b36a9b28..9972e9a0ca 100644
--- a/docs/faq/help.txt
+++ b/docs/faq/help.txt
@@ -26,7 +26,7 @@ Then, please post it in one of the following channels:
chat-based discussions. If you're new to IRC, see the `Libera.Chat
documentation`_ for different ways to connect.
-.. _`"Using Django"`: https://forum.djangoproject.com/c/users
+.. _`"Using Django"`: https://forum.djangoproject.com/c/users/6
.. _#django IRC channel: https://web.libera.chat/#django
.. _Libera.Chat documentation: https://libera.chat/guides/connect
diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt
index 05eb1f91ca..7312230884 100644
--- a/docs/internals/contributing/committing-code.txt
+++ b/docs/internals/contributing/committing-code.txt
@@ -138,7 +138,7 @@ Django's Git repository:
Credit the contributors in the commit message: "Thanks A for the report and B
for review." Use git's `Co-Authored-By`_ as appropriate.
- .. _Co-Authored-By: https://docs.github.com/en/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors
+ .. _Co-Authored-By: https://docs.github.com/en/github/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors
* For commits to a branch, prefix the commit message with the branch name.
For example: "[1.4.x] Fixed #xxxxx -- Added support for mind reading."
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index b573815bb0..4fbe5d6985 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -209,7 +209,7 @@ from the request's POST data, sends that to admin@example.com and redirects to
# to get proper validation errors.
return HttpResponse('Make sure all fields are entered and valid.')
-.. _Header injection: http://nyphp.org/phundamentals/8_Preventing-Email-Header-Injection
+.. _Header injection: http://nyphp.org/phundamentals/8_Preventing-Email-Header-Injection.html
.. _emailmessage-and-smtpconnection:
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index 6eb4c85693..4c5b8181bc 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -1279,7 +1279,7 @@ You can even pre-generate the JavaScript catalog as part of your deployment
procedure and serve it as a static file. This radical technique is implemented
in django-statici18n_.
-.. _django-statici18n: https://django-statici18n.readthedocs.io/en/latest/
+.. _django-statici18n: https://django-statici18n.readthedocs.io/
.. _url-internationalization:
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index b1cf677914..1590da8906 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -150,7 +150,7 @@ This is the recommended way to install Django.
$ python -m pip install Django
.. _pip: https://pip.pypa.io/
-.. _standalone pip installer: https://pip.pypa.io/en/latest/installing/#installing-with-get-pip-py
+.. _standalone pip installer: https://pip.pypa.io/en/latest/installation/
.. _installing-distribution-package: