aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md4
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