Skip to content

Commit 1adc87c

Browse files
committed
Updated some URLs in the documentation to point to the new repository.
1 parent e84f79f commit 1adc87c

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

docs/faq/general.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ We've also recorded an `audio clip of the pronunciation`_.
4646
Is Django stable?
4747
-----------------
4848

49-
Yes, it's quite stable. World Online has been using Django for many years. Sites built on
50-
Django have weathered traffic spikes of over one million hits an hour.
49+
Yes, it's quite stable. World Online has been using Django for many years. Sites built on
50+
Django have weathered traffic spikes of over one million hits an hour.
5151

5252
Does Django scale?
5353
------------------
@@ -175,7 +175,7 @@ Technically, the docs on Django's site are generated from the latest development
175175
versions of those reST documents, so the docs on the Django site may offer more
176176
information than the docs that come with the latest Django release.
177177

178-
.. _stored in revision control: https://code.djangoproject.com/browser/django/trunk/docs
178+
.. _stored in revision control: https://github.com/django/django/tree/master/django/docs
179179

180180
Where can I find Django developers for hire?
181181
--------------------------------------------

docs/ref/contrib/flatpages.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Via the Python API
147147
which lives in `django/contrib/flatpages/models.py`_. You can access
148148
flatpage objects via the :doc:`Django database API </topics/db/queries>`.
149149

150-
.. _django/contrib/flatpages/models.py: https://code.djangoproject.com/browser/django/trunk/django/contrib/flatpages/models.py
150+
.. _django/contrib/flatpages/models.py: https://github.com/django/django/tree/master/django/django/contrib/flatpages/models.py
151151

152152
.. currentmodule:: django.contrib.flatpages
153153

docs/ref/contrib/gis/db-api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Then distance queries may be performed as follows::
215215
>>> qs = SouthTexasCity.objects.filter(point__distance_gte=(pnt, D(mi=20)))
216216
>>> qs = SouthTexasCity.objects.filter(point__distance_gte=(pnt, D(chain=100)))
217217

218-
__ https://code.djangoproject.com/browser/django/trunk/django/contrib/gis/tests/distapp/models.py
218+
__ https://github.com/django/django/tree/master/django/django/contrib/gis/tests/distapp/models.py
219219

220220
.. _compatibility-table:
221221

docs/ref/contrib/gis/geoquerysets.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ the distance from the `Tasmanian`__ city of Hobart to every other
736736
in kilometers. See the :ref:`ref-measure` for usage details and the list of
737737
:ref:`supported_units`.
738738

739-
__ https://code.djangoproject.com/browser/django/trunk/django/contrib/gis/tests/distapp/models.py
739+
__ https://github.com/django/django/tree/master/django/django/contrib/gis/tests/distapp/models.py
740740
__ http://en.wikipedia.org/wiki/Tasmania
741741

742742
``length``

docs/ref/contrib/redirects.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Via the Python API
6767
which lives in `django/contrib/redirects/models.py`_. You can access redirect
6868
objects via the :doc:`Django database API </topics/db/queries>`.
6969

70-
.. _django/contrib/redirects/models.py: https://code.djangoproject.com/browser/django/trunk/django/contrib/redirects/models.py
70+
.. _django/contrib/redirects/models.py: https://github.com/django/django/tree/master/django/django/contrib/redirects/models.py

docs/ref/contrib/syndication.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ For example, to create an Atom 1.0 feed and print it to standard output::
897897
...
898898
</feed>
899899

900-
.. _django/utils/feedgenerator.py: https://code.djangoproject.com/browser/django/trunk/django/utils/feedgenerator.py
900+
.. _django/utils/feedgenerator.py: https://github.com/django/django/tree/master/django/django/utils/feedgenerator.py
901901

902902
.. currentmodule:: django.contrib.syndication
903903

docs/ref/django-admin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ with the ``--name`` option. The :class:`template context
926926
To work around this problem, you can use the :ttag:`templatetag`
927927
templatetag to "escape" the various parts of the template syntax.
928928

929-
.. _source: https://code.djangoproject.com/browser/django/trunk/django/conf/app_template/
929+
.. _source: https://github.com/django/django/tree/master/django/django/conf/app_template/
930930

931931
startproject <projectname> [destination]
932932
----------------------------------------
@@ -980,7 +980,7 @@ with the ``--name`` option. The :class:`template context
980980
Please also see the :ref:`rendering warning <render_warning>` as mentioned
981981
for :djadmin:`startapp`.
982982

983-
.. _`template source`: https://code.djangoproject.com/browser/django/trunk/django/conf/project_template/
983+
.. _`template source`: https://github.com/django/django/tree/master/django/django/conf/project_template/
984984

985985
syncdb
986986
------

docs/ref/settings.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ It is also important to remember that when running with :setting:`DEBUG`
806806
turned on, Django will remember every SQL query it executes. This is useful
807807
when you're debugging, but it'll rapidly consume memory on a production server.
808808

809-
.. _django/views/debug.py: https://code.djangoproject.com/browser/django/trunk/django/views/debug.py
809+
.. _django/views/debug.py: https://github.com/django/django/tree/master/django/django/views/debug.py
810810

811811
DEBUG_PROPAGATE_EXCEPTIONS
812812
--------------------------
@@ -1237,7 +1237,7 @@ and including a copy here would inevitably become rapidly out of date. You can
12371237
see the current list of translated languages by looking in
12381238
``django/conf/global_settings.py`` (or view the `online source`_).
12391239

1240-
.. _online source: https://code.djangoproject.com/browser/django/trunk/django/conf/global_settings.py
1240+
.. _online source: https://github.com/django/django/tree/master/django/django/conf/global_settings.py
12411241

12421242
The list is a tuple of two-tuples in the format ``(language code, language
12431243
name)``, the ``language code`` part should be a

docs/topics/auth.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,7 @@ A full authorization implementation can be found in
18921892
`django/contrib/auth/backends.py`_, which is the default backend and queries
18931893
the ``auth_permission`` table most of the time.
18941894

1895-
.. _django/contrib/auth/backends.py: https://code.djangoproject.com/browser/django/trunk/django/contrib/auth/backends.py
1895+
.. _django/contrib/auth/backends.py: https://github.com/django/django/tree/master/django/django/contrib/auth/backends.py
18961896

18971897
.. _anonymous_auth:
18981898

docs/topics/db/queries.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ precede the definition of any keyword arguments. For example::
815815
The `OR lookups examples`_ in the Django unit tests show some possible uses
816816
of ``Q``.
817817

818-
.. _OR lookups examples: https://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/tests.py
818+
.. _OR lookups examples: https://github.com/django/django/tree/master/django/tests/modeltests/or_lookups/tests.py
819819

820820
Comparing objects
821821
=================

0 commit comments

Comments
 (0)