From ef5279e97c0aa083d44489cf374fa75c7c8f53b7 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 5 Sep 2012 13:03:55 +0100 Subject: Improve docs --- docs/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/index.md') diff --git a/docs/index.md b/docs/index.md index 125efa79..72e247ee 100644 --- a/docs/index.md +++ b/docs/index.md @@ -91,6 +91,7 @@ General guides to using REST framework. * [CSRF][csrf] * [Form overloading][formoverloading] +* [Contributing to REST framework][contributing] * [Credits][credits] ## Development @@ -151,10 +152,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [permissions]: api-guide/permissions.md [throttling]: api-guide/throttling.md [exceptions]: api-guide/exceptions.md -[status]: api-guide/status.md +[status]: api-guide/status-codes.md [reverse]: api-guide/reverse.md [settings]: api-guide/settings.md [csrf]: topics/csrf.md [formoverloading]: topics/formoverloading.md +[contributing]: topics/contributing.md [credits]: topics/credits.md -- cgit v1.2.3