From f82eb493015f4fbf0b8fc063f561b5135fc815de Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 31 Dec 2013 06:24:11 -0500 Subject: [1.6.x] Fixed #21701 -- Improved testing doc titles and added testing/tools.txt. Thanks cjerdonek for the suggestion. Backport of 9953e98e6a from master --- docs/internals/contributing/writing-code/unit-tests.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/internals/contributing/writing-code') diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index ac5cf38f3d..d17222e99f 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -13,8 +13,8 @@ The tests cover: We appreciate any and all contributions to the test suite! The Django tests all use the testing infrastructure that ships with Django for -testing applications. See :doc:`Testing Django applications -` for an explanation of how to write new tests. +testing applications. See :doc:`/topics/testing/overview` for an explanation of +how to write new tests. .. _running-unit-tests: -- cgit v1.3