summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2012-12-22 12:08:22 -0300
committerRamiro Morales <cramm0@gmail.com>2012-12-22 12:08:22 -0300
commit38f725da547f07baaa791acfe2c116a7fc6b02fe (patch)
treebbedf9e81d7139b65771751144809125bf88d14d
parent0dc3fc954f53d5b03b864e63b309acfdbb40dbf9 (diff)
Better name for a new testing documentation link.
-rw-r--r--docs/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index ab00da271c..e8e7eadb23 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -181,7 +181,7 @@ testing of Django applications:
:doc:`Adding custom commands <howto/custom-management-commands>`
* **Testing:**
- :doc:`Overview <topics/testing/index>` |
+ :doc:`Introduction <topics/testing/index>` |
:doc:`Writing and running tests <topics/testing/overview>` |
:doc:`Advanced topics <topics/testing/advanced>` |
:doc:`Doctests <topics/testing/doctests>`