aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2012-09-01 23:04:14 +0100
committerTom Christie2012-09-01 23:04:14 +0100
commit0f5dfb62b1f8648d222970fd2c39958fe3b16f16 (patch)
tree494aaab664eb3b49eb5f49fcdfe3e0877660361a
parenta0504391e22e15d4e1dc77b0a98a0241db82f78b (diff)
downloaddjango-rest-framework-0f5dfb62b1f8648d222970fd2c39958fe3b16f16.tar.bz2
Fix broken link
-rw-r--r--examples/sandbox/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sandbox/views.py b/examples/sandbox/views.py
index 86b3c28b..11f68945 100644
--- a/examples/sandbox/views.py
+++ b/examples/sandbox/views.py
@@ -17,7 +17,7 @@ class Sandbox(View):
The examples provided:
1. A basic example using the [Resource](http://django-rest-framework.org/library/resource.html) class.
- 2. A basic example using the [ModelResource](http://django-rest-framework.org/library/modelresource.html) class.
+ 2. A basic example using the [ModelResource](http://django-rest-framework.org/library/resource.html#resources.ModelResource) class.
3. An basic example using Django 1.3's [class based views](http://docs.djangoproject.com/en/dev/topics/class-based-views/) and djangorestframework's [RendererMixin](http://django-rest-framework.org/library/renderers.html).
4. A generic object store API.
5. A code highlighting API.