aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2013-12-05 00:16:43 -0800
committerTom Christie2013-12-05 00:16:43 -0800
commitb88e5378020302cfe405b2db91244ddf8f8be885 (patch)
tree3ac73f6302441f5ab59ba8fb8b6d391163b03c30 /docs
parent6446b44f01f06d7f5482798a16025ebcea75c024 (diff)
parentf2682537e0fa91bb415be1a64e6bc85275129141 (diff)
downloaddjango-rest-framework-b88e5378020302cfe405b2db91244ddf8f8be885.tar.bz2
Merge pull request #1269 from infecto/master
fix broken documentation links
Diffstat (limited to 'docs')
-rw-r--r--docs/api-guide/views.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api-guide/views.md b/docs/api-guide/views.md
index 15581e09..194a7a6b 100644
--- a/docs/api-guide/views.md
+++ b/docs/api-guide/views.md
@@ -168,5 +168,5 @@ Each of these decorators takes a single argument which must be a list or tuple o
[cite]: http://reinout.vanrees.org/weblog/2011/08/24/class-based-views-usage.html
[cite2]: http://www.boredomandlaziness.org/2012/05/djangos-cbvs-are-not-mistake-but.html
-[settings]: api-guide/settings.md
-[throttling]: api-guide/throttling.md
+[settings]: settings.md
+[throttling]: throttling.md