From f39579e09f32237fe50dc60312cac2f89db193f5 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Fri, 13 Dec 2013 07:58:49 -0800 Subject: [PATCH] [1.6.x] Fixed link text for "Testing in Django" in tutorial 5. Backport of e1cfc4b96a from master --- docs/intro/tutorial05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt index f017134517..54b7596609 100644 --- a/docs/intro/tutorial05.txt +++ b/docs/intro/tutorial05.txt @@ -632,7 +632,7 @@ a piece of code, it usually means that code should be refactored or removed. Coverage will help to identify dead code. See :ref:`topics-testing-code-coverage` for details. -:doc:`Testing Django applications ` has comprehensive +:doc:`Testing in Django ` has comprehensive information about testing. .. _Selenium: http://seleniumhq.org/