summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2012-05-03 12:42:56 -0300
committerRamiro Morales <cramm0@gmail.com>2012-05-03 12:42:56 -0300
commite9a56606e738c478373d052bbd876ff84afdb995 (patch)
tree5757f7211100aedb513751bffa938aac7336e14a /docs/topics
parentea28bc2688b44559787fc12a3b8fc7939ee86f9b (diff)
Fixed broken URLs introduced in 1adc87cd32.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/auth.txt2
-rw-r--r--docs/topics/db/queries.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index 3881f4fcee..b4870860ed 100644
--- a/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -1892,7 +1892,7 @@ A full authorization implementation can be found in
`django/contrib/auth/backends.py`_, which is the default backend and queries
the ``auth_permission`` table most of the time.
-.. _django/contrib/auth/backends.py: https://github.com/django/django/tree/master/django/django/contrib/auth/backends.py
+.. _django/contrib/auth/backends.py: https://github.com/django/django/blob/master/django/contrib/auth/backends.py
.. _anonymous_auth:
diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt
index e9ad376bf0..b4d4eb1062 100644
--- a/docs/topics/db/queries.txt
+++ b/docs/topics/db/queries.txt
@@ -815,7 +815,7 @@ precede the definition of any keyword arguments. For example::
The `OR lookups examples`_ in the Django unit tests show some possible uses
of ``Q``.
- .. _OR lookups examples: https://github.com/django/django/tree/master/django/tests/modeltests/or_lookups/tests.py
+ .. _OR lookups examples: https://github.com/django/django/blob/master/tests/modeltests/or_lookups/tests.py
Comparing objects
=================