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:32:58 -0500 |
| commit | f82eb493015f4fbf0b8fc063f561b5135fc815de (patch) | |
| tree | bfa516eb4dfb4912bb98de730b4af42087076b69 /docs/intro | |
| parent | e99eeefe4403668561048753dd8def5cfee3b5aa (diff) | |
[1.6.x] Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.
Thanks cjerdonek for the suggestion.
Backport of 9953e98e6a from master
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 8f41b71056..3acd567595 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -282,7 +282,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 |
