From d87113ff60e0a48c85eb0c8d37b86416312b18a2 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 29 Dec 2011 13:54:13 +0000 Subject: 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. --- docs/howto/mixin.rst | 4 ++-- docs/howto/usingcurl.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/howto') 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 diff --git a/docs/howto/usingcurl.rst b/docs/howto/usingcurl.rst index 2ad2c764..eeb8da06 100644 --- a/docs/howto/usingcurl.rst +++ b/docs/howto/usingcurl.rst @@ -27,4 +27,4 @@ There are a few things that can be helpful to remember when using CURL with djan #. You can use basic authentication to send the username and password:: - curl -X GET -H 'Accept: application/json' -u : http://example.com/my-api/ \ No newline at end of file + curl -X GET -H 'Accept: application/json' -u : http://example.com/my-api/ -- cgit v1.2.3