summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-06-28 10:49:07 +0200
committerClaude Paroz <claude@2xlibre.net>2012-06-28 10:49:07 +0200
commit8a5d1a6b93e05546c5fdbfc497d7fb3a3377cf85 (patch)
treed094671fc2ab8ccc543e4fb90fa7ddd175217689 /docs/internals
parentc8928b91b515c0712bdb633c1d1b2656b80baff8 (diff)
Updated obsolete links in the documentation
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/committers.txt4
-rw-r--r--docs/internals/contributing/localizing.txt6
-rw-r--r--docs/internals/contributing/writing-code/unit-tests.txt2
-rw-r--r--docs/internals/contributing/writing-documentation.txt2
4 files changed, 7 insertions, 7 deletions
diff --git a/docs/internals/committers.txt b/docs/internals/committers.txt
index 972e506155..b0eed95571 100644
--- a/docs/internals/committers.txt
+++ b/docs/internals/committers.txt
@@ -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
diff --git a/docs/internals/contributing/localizing.txt b/docs/internals/contributing/localizing.txt
index ff957c44a4..263087b5fa 100644
--- a/docs/internals/contributing/localizing.txt
+++ b/docs/internals/contributing/localizing.txt
@@ -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/
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt
index 9d6e76e453..4de506a654 100644
--- a/docs/internals/contributing/writing-code/unit-tests.txt
+++ b/docs/internals/contributing/writing-code/unit-tests.txt
@@ -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
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt
index e91d1291e9..c8d7039a68 100644
--- a/docs/internals/contributing/writing-documentation.txt
+++ b/docs/internals/contributing/writing-documentation.txt
@@ -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.