mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed some broken links and redirects in docs.
This commit is contained in:
parent
8208381ba6
commit
259b28706e
5 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue