summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-06-16 04:20:23 +0300
committerTim Graham <timograham@gmail.com>2016-06-15 21:20:38 -0400
commitefe98743718d694e5cb35cd5b99de8b1cabe658f (patch)
tree1f0a3b8bca9934e5b66123531ca41f393bef5ca4 /docs/topics
parentf9b3a6a76f51395a77ab77a8784851549400bbed (diff)
[1.10.x] Fixed broken links in docs and comments.
Backport of 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 from master
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/auth/passwords.txt2
-rw-r--r--docs/topics/i18n/translation.txt4
-rw-r--r--docs/topics/install.txt2
-rw-r--r--docs/topics/testing/tools.txt2
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/topics/auth/passwords.txt b/docs/topics/auth/passwords.txt
index aaeb929d81..f975862869 100644
--- a/docs/topics/auth/passwords.txt
+++ b/docs/topics/auth/passwords.txt
@@ -353,7 +353,7 @@ Include any other hashers that your site uses in this list.
.. _sha1: https://en.wikipedia.org/wiki/SHA1
.. _pbkdf2: https://en.wikipedia.org/wiki/PBKDF2
-.. _nist: http://csrc.nist.gov/publications/nistpubs/800-132/nist-sp800-132.pdf
+.. _nist: https://dx.doi.org/10.6028/NIST.SP.800-132
.. _bcrypt: https://en.wikipedia.org/wiki/Bcrypt
.. _`bcrypt library`: https://pypi.python.org/pypi/bcrypt/
.. _`argon2-cffi library`: https://pypi.python.org/pypi/argon2_cffi/
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index b1d1e8e3be..0bdaa9586a 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -1686,9 +1686,9 @@ multiple times::
in general, and doesn't depend on ``gettext``. For more information, read
its documentation about `working with message catalogs`_.
- .. _Message extracting: http://babel.pocoo.org/docs/messages/#message-extraction
+ .. _Message extracting: http://babel.pocoo.org/en/latest/messages.html#message-extraction
.. _Babel: http://babel.pocoo.org/
- .. _working with message catalogs: http://babel.pocoo.org/docs/messages/
+ .. _working with message catalogs: http://babel.pocoo.org/en/latest/messages.html
.. admonition:: No gettext?
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index 2b5a5d045f..e42ff7c6da 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -179,7 +179,7 @@ This is the recommended way to install Django.
.. _pip: https://pip.pypa.io/
.. _virtualenv: http://www.virtualenv.org/
.. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/en/latest/
-.. _standalone pip installer: https://pip.pypa.io/en/latest/installing.html#install-pip
+.. _standalone pip installer: https://pip.pypa.io/en/latest/installing/#installing-with-get-pip-py
Installing a distribution-specific package
------------------------------------------
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index d2ef214c36..6e14813d42 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -958,7 +958,7 @@ out the `full reference`_ for more details.
use cases. Please refer to the `Selenium FAQ`_ and
`Selenium documentation`_ for more information.
- .. _Selenium FAQ: https://code.google.com/p/selenium/wiki/FrequentlyAskedQuestions#Q:_WebDriver_fails_to_find_elements_/_Does_not_block_on_page_loa
+ .. _Selenium FAQ: https://web.archive.org/web/20160129132110/http://code.google.com/p/selenium/wiki/FrequentlyAskedQuestions#Q:_WebDriver_fails_to_find_elements_/_Does_not_block_on_page_loa
.. _Selenium documentation: http://seleniumhq.org/docs/04_webdriver_advanced.html#explicit-waits
Test cases features