diff options
| author | Tom Christie | 2013-12-04 14:59:09 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-12-04 14:59:09 +0000 | 
| commit | de5b9e39dd4c21f4dcceb7cf13c7366b0fb74ec9 (patch) | |
| tree | 45185c733a7eed6bb0f77f233235ca4fe3d37adb /docs/template.html | |
| parent | 9f1918e41e1b8dcfa621b00788bab865f2fc31aa (diff) | |
| download | django-rest-framework-de5b9e39dd4c21f4dcceb7cf13c7366b0fb74ec9.tar.bz2 | |
First pass on contribution guide
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/template.html b/docs/template.html index 874ace54..5a0bdbfd 100644 --- a/docs/template.html +++ b/docs/template.html @@ -102,6 +102,7 @@                    <li><a href="{{ base_url }}/topics/browser-enhancements{{ suffix }}">Browser enhancements</a></li>                    <li><a href="{{ base_url }}/topics/browsable-api{{ suffix }}">The Browsable API</a></li>                    <li><a href="{{ base_url }}/topics/rest-hypermedia-hateoas{{ suffix }}">REST, Hypermedia & HATEOAS</a></li> +                  <li><a href="{{ base_url }}/topics/contributing{{ suffix }}">Contributing to REST framework</a></li>                    <li><a href="{{ base_url }}/topics/rest-framework-2-announcement{{ suffix }}">2.0 Announcement</a></li>                    <li><a href="{{ base_url }}/topics/2.2-announcement{{ suffix }}">2.2 Announcement</a></li>                    <li><a href="{{ base_url }}/topics/2.3-announcement{{ suffix }}">2.3 Announcement</a></li>  | 
