diff options
| author | Tom Christie | 2014-10-31 13:58:40 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-10-31 13:58:40 +0000 | 
| commit | 254701230d85612cf0210d4549c2d74f410a181d (patch) | |
| tree | cb4980179bb52548a878e939dd345a9b8e1cf9a9 /docs/index.md | |
| parent | 27622058872c00e357deb7d7e86619a793ef4b41 (diff) | |
| download | django-rest-framework-254701230d85612cf0210d4549c2d74f410a181d.tar.bz2 | |
Fix up validators docs
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 2 | 
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] | 
