diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2012-05-03 12:42:56 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2012-05-03 12:42:56 -0300 |
| commit | e9a56606e738c478373d052bbd876ff84afdb995 (patch) | |
| tree | 5757f7211100aedb513751bffa938aac7336e14a /docs/ref/contrib | |
| parent | ea28bc2688b44559787fc12a3b8fc7939ee86f9b (diff) | |
Fixed broken URLs introduced in 1adc87cd32.
Diffstat (limited to 'docs/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/flatpages.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/db-api.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/geoquerysets.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/redirects.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/syndication.txt | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/contrib/flatpages.txt b/docs/ref/contrib/flatpages.txt index 0bba65ced5..6b5773b5a4 100644 --- a/docs/ref/contrib/flatpages.txt +++ b/docs/ref/contrib/flatpages.txt @@ -147,7 +147,7 @@ Via the Python API which lives in `django/contrib/flatpages/models.py`_. You can access flatpage objects via the :doc:`Django database API </topics/db/queries>`. -.. _django/contrib/flatpages/models.py: https://github.com/django/django/tree/master/django/django/contrib/flatpages/models.py +.. _django/contrib/flatpages/models.py: https://github.com/django/django/blob/master/django/contrib/flatpages/models.py .. currentmodule:: django.contrib.flatpages diff --git a/docs/ref/contrib/gis/db-api.txt b/docs/ref/contrib/gis/db-api.txt index eb364dea79..9c6eb033eb 100644 --- a/docs/ref/contrib/gis/db-api.txt +++ b/docs/ref/contrib/gis/db-api.txt @@ -215,7 +215,7 @@ Then distance queries may be performed as follows:: >>> qs = SouthTexasCity.objects.filter(point__distance_gte=(pnt, D(mi=20))) >>> qs = SouthTexasCity.objects.filter(point__distance_gte=(pnt, D(chain=100))) -__ https://github.com/django/django/tree/master/django/django/contrib/gis/tests/distapp/models.py +__ https://github.com/django/django/blob/master/django/contrib/gis/tests/distapp/models.py .. _compatibility-table: diff --git a/docs/ref/contrib/gis/geoquerysets.txt b/docs/ref/contrib/gis/geoquerysets.txt index 7bd7fc8673..7501fb3ec8 100644 --- a/docs/ref/contrib/gis/geoquerysets.txt +++ b/docs/ref/contrib/gis/geoquerysets.txt @@ -736,7 +736,7 @@ the distance from the `Tasmanian`__ city of Hobart to every other in kilometers. See the :ref:`ref-measure` for usage details and the list of :ref:`supported_units`. -__ https://github.com/django/django/tree/master/django/django/contrib/gis/tests/distapp/models.py +__ https://github.com/django/django/blob/master/django/contrib/gis/tests/distapp/models.py __ http://en.wikipedia.org/wiki/Tasmania ``length`` diff --git a/docs/ref/contrib/redirects.txt b/docs/ref/contrib/redirects.txt index f52787352f..e34ba405f4 100644 --- a/docs/ref/contrib/redirects.txt +++ b/docs/ref/contrib/redirects.txt @@ -67,4 +67,4 @@ Via the Python API which lives in `django/contrib/redirects/models.py`_. You can access redirect objects via the :doc:`Django database API </topics/db/queries>`. -.. _django/contrib/redirects/models.py: https://github.com/django/django/tree/master/django/django/contrib/redirects/models.py +.. _django/contrib/redirects/models.py: https://github.com/django/django/blob/master/django/contrib/redirects/models.py diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt index 5b2b0db2a4..6f89ee187c 100644 --- a/docs/ref/contrib/syndication.txt +++ b/docs/ref/contrib/syndication.txt @@ -897,7 +897,7 @@ For example, to create an Atom 1.0 feed and print it to standard output:: ... </feed> -.. _django/utils/feedgenerator.py: https://github.com/django/django/tree/master/django/django/utils/feedgenerator.py +.. _django/utils/feedgenerator.py: https://github.com/django/django/blob/master/django/utils/feedgenerator.py .. currentmodule:: django.contrib.syndication |
