aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/renderers.py
diff options
context:
space:
mode:
authorTom Christie2012-08-25 19:53:10 +0100
committerTom Christie2012-08-25 19:53:10 +0100
commit00d3aa21ba3bd5524932a692b75053a24ecbebd2 (patch)
treef648ec1299d329eda9d6af2f0703d744df8252d6 /djangorestframework/renderers.py
parent7d70948f9b348bdfd970dbd71c5ed2d02269ce3c (diff)
downloaddjango-rest-framework-00d3aa21ba3bd5524932a692b75053a24ecbebd2.tar.bz2
Updated sandbox links
Diffstat (limited to 'djangorestframework/renderers.py')
-rw-r--r--djangorestframework/renderers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/renderers.py b/djangorestframework/renderers.py
index 3d01582c..772002ba 100644
--- a/djangorestframework/renderers.py
+++ b/djangorestframework/renderers.py
@@ -370,7 +370,7 @@ class DocumentingTemplateRenderer(BaseRenderer):
class DocumentingHTMLRenderer(DocumentingTemplateRenderer):
"""
Renderer which provides a browsable HTML interface for an API.
- See the examples at http://api.django-rest-framework.org to see this in action.
+ See the examples at http://shielded-mountain-6732.herokuapp.com to see this in action.
"""
media_type = 'text/html'