diff options
| author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2013-12-13 07:58:49 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-12-14 10:42:36 -0500 |
| commit | f39579e09f32237fe50dc60312cac2f89db193f5 (patch) | |
| tree | d2eadd5d9156b2cd2066bc48a5c2a7c5bec2fd83 /docs | |
| parent | eb4079597dba8bca94b97afab71dd955ccf4c3fe (diff) | |
[1.6.x] Fixed link text for "Testing in Django" in tutorial 5.
Backport of e1cfc4b96a from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/tutorial05.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 </topics/testing/index>` has comprehensive +:doc:`Testing in Django </topics/testing/index>` has comprehensive information about testing. .. _Selenium: http://seleniumhq.org/ |
