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:41:26 -0500 |
| commit | e1cfc4b96a955d3d1ee4d544942853cf924200ec (patch) | |
| tree | 110640b2555f3074aa33128531ffa691292ba032 /docs/intro/tutorial05.txt | |
| parent | 07fe0bf3f4a49a734f83f5ea30130449dacf9660 (diff) | |
Fixed link text for "Testing in Django" in tutorial 5.
Diffstat (limited to 'docs/intro/tutorial05.txt')
| -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 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 </topics/testing/index>` has comprehensive +:doc:`Testing in Django </topics/testing/index>` has comprehensive information about testing. .. _Selenium: http://seleniumhq.org/ |
