mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed broken links in docs and comments.
This commit is contained in:
parent
db613f4f12
commit
96f97691ad
22 changed files with 25 additions and 25 deletions
|
@ -349,7 +349,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/
|
||||
|
|
|
@ -1665,9 +1665,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?
|
||||
|
||||
|
|
|
@ -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
|
||||
------------------------------------------
|
||||
|
|
|
@ -941,7 +941,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue