diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-06-28 10:49:07 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-08-30 07:47:56 -0400 |
| commit | b8340d26e4a177636a8a9a5acd824a45b1cbdd98 (patch) | |
| tree | c09354fa715df3b8c8254be655d67e5deeacdff7 /docs/topics | |
| parent | fa8a09fdc596ff828bb1c53b661e5007ed63fc29 (diff) | |
[1.4.x] Updated obsolete links in the documentation
Backport of 8a5d1a6b93e05546c5fdbfc497d7fb3a3377cf85 from master.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/email.txt | 2 | ||||
| -rw-r--r-- | docs/topics/http/sessions.txt | 2 | ||||
| -rw-r--r-- | docs/topics/install.txt | 2 | ||||
| -rw-r--r-- | docs/topics/testing.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt index 2069773f8a..c76d27cb9a 100644 --- a/docs/topics/email.txt +++ b/docs/topics/email.txt @@ -192,7 +192,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://www.nyphp.org/phundamentals/email_header_injection.php +.. _Header injection: http://www.nyphp.org/phundamentals/8_Preventing-Email-Header-Injection .. _emailmessage-and-smtpconnection: diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index dcd4ea2c74..467e702ff7 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -516,7 +516,7 @@ consistently by all browsers. However, when it is honored, it can be a useful way to mitigate the risk of client side script accessing the protected cookie data. -.. _HTTPOnly: http://www.owasp.org/index.php/HTTPOnly +.. _HTTPOnly: https://www.owasp.org/index.php/HTTPOnly SESSION_COOKIE_NAME ------------------- diff --git a/docs/topics/install.txt b/docs/topics/install.txt index e91c3e0457..7ac0710174 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -70,7 +70,7 @@ server platforms. See the `server-arrangements wiki page`_ for specific installation instructions for each platform. .. _Apache: http://httpd.apache.org/ -.. _nginx: http://nginx.net/ +.. _nginx: http://nginx.org/ .. _mod_wsgi: http://code.google.com/p/modwsgi/ .. _server-arrangements wiki page: https://code.djangoproject.com/wiki/ServerArrangements diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt index 2d834d31bd..cd7ef9361f 100644 --- a/docs/topics/testing.txt +++ b/docs/topics/testing.txt @@ -1940,7 +1940,7 @@ out the `full reference`_ for more details. .. _Selenium: http://seleniumhq.org/ .. _selenium package: http://pypi.python.org/pypi/selenium -.. _full reference: http://readthedocs.org/docs/selenium-python/en/latest/api.html +.. _full reference: http://selenium-python.readthedocs.org/en/latest/api.html .. _Firefox: http://www.mozilla.com/firefox/ .. note:: |
