diff options
| author | Tom Christie | 2011-12-29 13:54:13 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-12-29 13:54:39 +0000 |
| commit | d87113ff60e0a48c85eb0c8d37b86416312b18a2 (patch) | |
| tree | 9d5778705aed5fdb5e201287d39cde3218a692f5 /docs/howto/mixin.rst | |
| parent | 833bcbf69d96ba6ddbb69defb6be256f34e5412e (diff) | |
| download | django-rest-framework-d87113ff60e0a48c85eb0c8d37b86416312b18a2.tar.bz2 | |
For now just point the examples at rest.ep.io
Would be nice to keep the custom subdomain, but too much of a PITA
right now.
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 68a73690..d8b1c4f0 100644 --- a/docs/howto/mixin.rst +++ b/docs/howto/mixin.rst @@ -9,11 +9,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://api.django-rest-framework.org/mixin/ + * http://rest.ep.io/mixin/ You can browse the API using a web browser, or from the command line:: - curl -X GET http://api.django-rest-framework.org/mixin/ + curl -X GET http://rest.ep.io/mixin/ URL configuration |
