diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2012-12-21 21:59:06 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2012-12-21 21:59:06 -0300 |
| commit | d19109fd37e75ccf29d2ca64370102753dbc7c5b (patch) | |
| tree | aa01c77f2709ee09e611c8fa683e7aa028566b15 /docs/intro/tutorial05.txt | |
| parent | 52a2588df69e5252bee98e76e8d3a2aa37bce23c (diff) | |
Fixed #19497 -- Refactored testing docs.
Thanks Tim Graham for the review and suggestions.
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 163b7cdd0f..d1f95176ed 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>` has comprehensive +:doc:`Testing Django applications </topics/testing/index>` has comprehensive information about testing. .. _Selenium: http://seleniumhq.org/ |
