Commit 8a5d1a6b authored by Claude Paroz's avatar Claude Paroz
Browse files

Updated obsolete links in the documentation

parent c8928b91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ such as `Apache Tomcat`_. Full JavaEE applications servers such as `GlassFish`_
or `JBoss`_ are also OK, if you need the extra features they include.

.. _`Apache Tomcat`: http://tomcat.apache.org/
.. _GlassFish: https://glassfish.dev.java.net/
.. _GlassFish: http://glassfish.java.net/
.. _JBoss: http://www.jboss.org/

Installing Django
+2 −2
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ Joseph Kocherhans

    Brian lives in Denver, Colorado, USA.

.. _brian rosner: http://oebfare.com/
.. _brian rosner: http://brosner.com/
.. _eldarion: http://eldarion.com/
.. _django dose: http://djangodose.com/

@@ -162,7 +162,7 @@ Joseph Kocherhans

    Gary lives in Austin, Texas, USA.

.. _Gary Wilson: http://gdub.wordpress.com/
.. _Gary Wilson: http://thegarywilson.com/
.. _The University of Texas: http://www.utexas.edu/

Justin Bronn
+3 −3
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ Django source tree, as for any code change:
* Open a ticket in Django's ticket system, set its ``Component`` field to
  ``Translations``, and attach the patch to it.

.. _Transifex: https://www.transifex.net/
.. _Transifex: https://www.transifex.com/
.. _Django i18n mailing list: http://groups.google.com/group/django-i18n/
.. _Django project page: https://www.transifex.net/projects/p/django/
.. _Transifex User Guide: http://help.transifex.net/
.. _Django project page: https://www.transifex.com/projects/p/django/
.. _Transifex User Guide: http://help.transifex.com/
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ associated tests will be skipped.
.. _Textile: http://pypi.python.org/pypi/textile
.. _docutils: http://pypi.python.org/pypi/docutils/0.4
.. _setuptools: http://pypi.python.org/pypi/setuptools/
.. _memcached: http://www.danga.com/memcached/
.. _memcached: http://memcached.org/
.. _gettext: http://www.gnu.org/software/gettext/manual/gettext.html
.. _selenium: http://pypi.python.org/pypi/selenium

+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ Getting the raw documentation
-----------------------------

Though Django's documentation is intended to be read as HTML at
http://docs.djangoproject.com/, we edit it as a collection of text files for
https://docs.djangoproject.com/, we edit it as a collection of text files for
maximum flexibility. These files live in the top-level ``docs/`` directory of a
Django release.

Loading