From e1cfc4b96a955d3d1ee4d544942853cf924200ec Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Fri, 13 Dec 2013 07:58:49 -0800 Subject: [PATCH] Fixed link text for "Testing in Django" in tutorial 5. --- 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 90d3894738..90acfe62d3 100644 --- a/docs/intro/tutorial05.txt +++ b/docs/intro/tutorial05.txt @@ -677,7 +677,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/