summaryrefslogtreecommitdiff
path: root/docs/releases/0.96.txt
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2012-12-21 21:59:06 -0300
committerRamiro Morales <cramm0@gmail.com>2012-12-21 21:59:06 -0300
commitd19109fd37e75ccf29d2ca64370102753dbc7c5b (patch)
treeaa01c77f2709ee09e611c8fa683e7aa028566b15 /docs/releases/0.96.txt
parent52a2588df69e5252bee98e76e8d3a2aa37bce23c (diff)
Fixed #19497 -- Refactored testing docs.
Thanks Tim Graham for the review and suggestions.
Diffstat (limited to 'docs/releases/0.96.txt')
-rw-r--r--docs/releases/0.96.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/0.96.txt b/docs/releases/0.96.txt
index a608629957..a00f878df3 100644
--- a/docs/releases/0.96.txt
+++ b/docs/releases/0.96.txt
@@ -220,7 +220,7 @@ supported :doc:`serialization formats </topics/serialization>`, that will be
loaded into your database at the start of your tests. This makes testing with
real data much easier.
-See :doc:`the testing documentation </topics/testing>` for the full details.
+See :doc:`the testing documentation </topics/testing/index>` for the full details.
Improvements to the admin interface
-----------------------------------