aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
authorTom Christie2014-12-01 10:48:45 +0000
committerTom Christie2014-12-01 10:48:45 +0000
commitb9503cd603613e4ae72b7718ba70a00b1537b289 (patch)
tree495a4302512d8e0c4e9f24e78dc0ce3e56a3dbba /docs/index.md
parent72c4ec4e189796e506655e275cd9c77abe98e1b9 (diff)
downloaddjango-rest-framework-b9503cd603613e4ae72b7718ba70a00b1537b289.tar.bz2
Support Django's core ValidationError for backwards compat. Refs #2145.
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 10b45584..7631be1e 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -11,7 +11,7 @@
**Note**: This is the documentation for the **version 3.0** of REST framework. Documentation for [version 2.4](http://tomchristie.github.io/rest-framework-2-docs/) is also available.
-For more details see the [3.0 release notes](3.0-announcement).
+For more details see the [3.0 release notes][3.0-announcement].
---