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/topics/auth.txt | |
| parent | ea28bc2688b44559787fc12a3b8fc7939ee86f9b (diff) | |
Fixed broken URLs introduced in 1adc87cd32.
Diffstat (limited to 'docs/topics/auth.txt')
| -rw-r--r-- | docs/topics/auth.txt | 2 |
1 files changed, 1 insertions, 1 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: |
