diff options
| author | Tim Graham <timograham@gmail.com> | 2013-12-31 06:24:11 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-12-31 08:14:09 -0500 |
| commit | 9953e98e6ad9298869cd12e20bd3c05c0d19fa10 (patch) | |
| tree | 5b75046da650e7aad0ebf588435994952cae4032 /docs/intro | |
| parent | a95f74e7078e2f38935e3de5e3229b8ff585ae00 (diff) | |
Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.
Thanks cjerdonek for the suggestion.
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/contributing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 8a16a9b0d0..7250f9e676 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -281,7 +281,7 @@ correctly in a couple different situations. computer programming, so there's lots of information out there: * A good first look at writing tests for Django can be found in the - documentation on :doc:`Testing Django applications </topics/testing/overview>`. + documentation on :doc:`/topics/testing/overview`. * Dive Into Python (a free online book for beginning Python developers) includes a great `introduction to Unit Testing`__. * After reading those, if you want something a little meatier to sink |
