summaryrefslogtreecommitdiff
path: root/docs/misc
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2012-12-21 21:59:06 -0300
committerRamiro Morales <cramm0@gmail.com>2012-12-22 12:39:49 -0300
commit903892be7b51bd22c10a6e6f49a7a2ee67fd2288 (patch)
tree818c9a3233650fdadf5a0112066ca59111c7c8f4 /docs/misc
parent3aba929bccde2e25a02861552f438f6f2f88edcc (diff)
[1.5.x] Fixed #19497 -- Refactored testing docs.
Thanks Tim Graham for the review and suggestions. d19109fd37e75ccf29d2ca64370102753dbc7c5b from master.
Diffstat (limited to 'docs/misc')
-rw-r--r--docs/misc/api-stability.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/misc/api-stability.txt b/docs/misc/api-stability.txt
index 4f232e795b..a13cb5de69 100644
--- a/docs/misc/api-stability.txt
+++ b/docs/misc/api-stability.txt
@@ -71,7 +71,7 @@ of 1.0. This includes these APIs:
external template tags. Before adding any such tags, we'll ensure that
Django raises an error if it tries to load tags with duplicate names.
-- :doc:`Testing </topics/testing>`
+- :doc:`Testing </topics/testing/index>`
- :doc:`django-admin utility </ref/django-admin>`.