summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2014-03-03 18:56:11 +0800
committerRussell Keith-Magee <russell@keith-magee.com>2014-03-03 18:56:11 +0800
commit5679fce87c1eb2a48f0ea2ecefb08e2285828af0 (patch)
tree972aa9d60fb4d70bfe1a295c7053eb6e51812e65 /docs/index.txt
parent82ac3894867b111f83252e808b3ed47f38ef5378 (diff)
downloaddjango-5679fce87c1eb2a48f0ea2ecefb08e2285828af0.tar.gz
Added first cut at reference documentation for the checks framework.
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 03ccb3b493..ea387e8ab8 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -293,7 +293,7 @@ Learn about some other core functionalities of the Django framework:
* :doc:`Flatpages <ref/contrib/flatpages>`
* :doc:`Redirects <ref/contrib/redirects>`
* :doc:`Signals <topics/signals>`
-* :doc:`System check framework <ref/checks>`
+* :doc:`System check framework <topics/checks>`
* :doc:`The sites framework <ref/contrib/sites>`
* :doc:`Unicode in Django <ref/unicode>`