summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-12-31 06:24:11 -0500
committerTim Graham <timograham@gmail.com>2013-12-31 08:14:09 -0500
commit9953e98e6ad9298869cd12e20bd3c05c0d19fa10 (patch)
tree5b75046da650e7aad0ebf588435994952cae4032 /docs/intro
parenta95f74e7078e2f38935e3de5e3229b8ff585ae00 (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.txt2
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