diff options
| author | Tom Christie | 2012-09-05 13:03:55 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-05 13:03:55 +0100 |
| commit | ef5279e97c0aa083d44489cf374fa75c7c8f53b7 (patch) | |
| tree | 8c4005861eec6588a81c8328805971de4f0e0292 /docs/index.md | |
| parent | a33ac84f48da2064c82a7e40a0d045da992a33ed (diff) | |
| download | django-rest-framework-ef5279e97c0aa083d44489cf374fa75c7c8f53b7.tar.bz2 | |
Improve docs
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
