aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
authorTom Christie2014-10-31 13:58:40 +0000
committerTom Christie2014-10-31 13:58:40 +0000
commit254701230d85612cf0210d4549c2d74f410a181d (patch)
treecb4980179bb52548a878e939dd345a9b8e1cf9a9 /docs/index.md
parent27622058872c00e357deb7d7e86619a793ef4b41 (diff)
downloaddjango-rest-framework-254701230d85612cf0210d4549c2d74f410a181d.tar.bz2
Fix up validators docs
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index cff7b835..161886a4 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -173,7 +173,7 @@ The API guide is your complete reference manual to all the functionality provide
* [Serializers][serializers]
* [Serializer fields][fields]
* [Serializer relations][relations]
-* [Validation][validation]
+* [Validators][validators]
* [Authentication][authentication]
* [Permissions][permissions]
* [Throttling][throttling]