From 9024c2e94e27aa7a40882e9beae62e0502fc2677 Mon Sep 17 00:00:00 2001 From: tom christie tom@tomchristie.com Date: Mon, 31 Jan 2011 08:41:21 +0000 Subject: Going live --- docs/examples/blogpost.rst | 2 ++ docs/examples/objectstore.rst | 2 ++ 2 files changed, 4 insertions(+) (limited to 'docs/examples') diff --git a/docs/examples/blogpost.rst b/docs/examples/blogpost.rst index 067a6bb3..aeb3d2fd 100644 --- a/docs/examples/blogpost.rst +++ b/docs/examples/blogpost.rst @@ -1,6 +1,8 @@ ModelResource example - Blog posts ================================== +* http://api.django-rest-framework.org/blog-post/ + The models ---------- diff --git a/docs/examples/objectstore.rst b/docs/examples/objectstore.rst index be65a3b7..05c750c5 100644 --- a/docs/examples/objectstore.rst +++ b/docs/examples/objectstore.rst @@ -1,6 +1,8 @@ Resource example - An object store ================================== +* http://api.django-rest-framework.org/object-store/ + ``urls.py`` .. include:: ../../examples/objectstore/urls.py -- cgit v1.2.3