Commit e9c5c396 authored by Claude Paroz's avatar Claude Paroz
Browse files

Updated various links in docs

parent a3830f6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,4 +106,4 @@ There *may* be minor stylistic differences between supported browsers—for
example, some browsers may not support rounded corners. These are considered
acceptable variations in rendering.

.. _YUI's A-grade: http://yuilibrary.com/yui/docs/tutorials/gbs/
.. _YUI's A-grade: https://github.com/yui/yui3/wiki/Graded-Browser-Support
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Windows Authentication or Apache and `mod_authnz_ldap`_, `CAS`_, `Cosign`_,
`WebAuth`_, `mod_auth_sspi`_, etc.

.. _mod_authnz_ldap: http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html
.. _CAS: https://www.apereo.org/cas
.. _CAS: https://www.apereo.org/projects/cas
.. _Cosign: http://weblogin.org
.. _WebAuth: http://www.stanford.edu/services/webauth/
.. _mod_auth_sspi: http://sourceforge.net/projects/mod-auth-sspi
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ The `django-jython`_ project contains database backends and management commands
for Django/Jython development. Note that the builtin Django backends won't work
on top of Jython.

.. _`django-jython`: http://code.google.com/p/django-jython/
.. _`django-jython`: https://github.com/beachmachine/django-jython

To install it, follow the `installation instructions`_ detailed on the project
Web site. Also, read the `database backends`_ documentation there.
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ If you use some other installation process, you might have to manually
:ref:`uninstall the old Django version <removing-old-versions-of-django>` and
should look at the complete installation instructions.

.. _pip: http://www.pip-installer.org/
.. _pip: https://pip.pypa.io/
.. _virtualenv: http://www.virtualenv.org/

Testing
+2 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ your Python version and follow the installation instructions given there.
Install PIP
===========

`PIP <http://www.pip-installer.org/>`_ is a package manager for Python that
`PIP <https://pip.pypa.io/>`_ is a package manager for Python that
uses the `Python Package Index <https://pypi.python.org>`_ to install Python
packages. PIP will later be used to install Django from PyPI. If you've
installed Python 3.4, ``pip`` is included so you may skip this section.
@@ -48,7 +48,7 @@ Open a command prompt and execute ``easy_install pip``. This will install
``pip`` on your system. This command will work if you have successfully
installed Setuptools.

Alternatively, go to `<http://www.pip-installer.org/en/latest/installing.html>`_
Alternatively, go to `<https://pip.pypa.io/en/latest/installing.html>`_
for installing/upgrading instructions.

Install Django
Loading