diff options
| author | Tom Christie | 2013-02-13 14:08:56 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-02-13 14:08:56 +0000 | 
| commit | f8eb222ec11df54a8fbae5cf6cb74fb0d4bddffe (patch) | |
| tree | a4aef51c94eb8ed593c7c2895c0ebdbd1d1b5e08 /docs | |
| parent | f17bae8aacc8476a51ccad64bc521bc2e1a363c4 (diff) | |
| download | django-rest-framework-f8eb222ec11df54a8fbae5cf6cb74fb0d4bddffe.tar.bz2 | |
Add links to 2.2 announcement
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.md | 2 | ||||
| -rw-r--r-- | docs/template.html | 1 | 
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md index 37e7cb3c..0059e17b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -116,6 +116,7 @@ General guides to using REST framework.  * [The Browsable API][browsableapi]  * [REST, Hypermedia & HATEOAS][rest-hypermedia-hateoas]  * [2.0 Announcement][rest-framework-2-announcement] +* [2.2 Announcement][2.2-announcement]  * [Release Notes][release-notes]  * [Credits][credits] @@ -211,6 +212,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  [rest-hypermedia-hateoas]: topics/rest-hypermedia-hateoas.md  [contributing]: topics/contributing.md  [rest-framework-2-announcement]: topics/rest-framework-2-announcement.md +[2.2-announcement]: topics/2.2-announcement.md  [release-notes]: topics/release-notes.md  [credits]: topics/credits.md diff --git a/docs/template.html b/docs/template.html index 2a87e92b..e0f88daf 100644 --- a/docs/template.html +++ b/docs/template.html @@ -94,6 +94,7 @@                    <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/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/release-notes{{ suffix }}">Release Notes</a></li>                    <li><a href="{{ base_url }}/topics/credits{{ suffix }}">Credits</a></li>                  </ul>  | 
