diff --git a/docs/topics/db/optimization.txt b/docs/topics/db/optimization.txt
index 067bc78..573e1fd 100644
a
|
b
|
readability of your code. **All** of the suggestions below come with the caveat
|
29 | 29 | that in your circumstances the general principle might not apply, or might even |
30 | 30 | be reversed. |
31 | 31 | |
32 | | .. _django-debug-toolbar: http://robhudson.github.com/django-debug-toolbar/ |
| 32 | .. _django-debug-toolbar: https://github.com/django-debug-toolbar/django-debug-toolbar/ |
33 | 33 | |
34 | 34 | Use standard DB optimization techniques |
35 | 35 | ======================================= |