diff options
| author | Tom Christie | 2012-08-25 19:53:10 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-08-25 19:53:10 +0100 |
| commit | 00d3aa21ba3bd5524932a692b75053a24ecbebd2 (patch) | |
| tree | f648ec1299d329eda9d6af2f0703d744df8252d6 /docs/howto/mixin.rst | |
| parent | 7d70948f9b348bdfd970dbd71c5ed2d02269ce3c (diff) | |
| download | django-rest-framework-00d3aa21ba3bd5524932a692b75053a24ecbebd2.tar.bz2 | |
Updated sandbox links
Diffstat (limited to 'docs/howto/mixin.rst')
| -rw-r--r-- | docs/howto/mixin.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/mixin.rst b/docs/howto/mixin.rst index 1a84f2ad..98a31123 100644 --- a/docs/howto/mixin.rst +++ b/docs/howto/mixin.rst @@ -8,11 +8,11 @@ a browseable Web API, and much of the other goodness that Django REST framework A live sandbox instance of this API is available for testing: - * http://rest.ep.io/mixin/ + * http://shielded-mountain-6732.herokuapp.com/mixin/ You can browse the API using a web browser, or from the command line:: - curl -X GET http://rest.ep.io/mixin/ + curl -X GET http://shielded-mountain-6732.herokuapp.com/mixin/ URL configuration |
