diff options
| -rw-r--r-- | index.html | 6 | ||||
| -rw-r--r-- | topics/2.2-announcement.html | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -225,9 +225,9 @@ <p>Some reasons you might want to use REST framework:</p> <ul> <li>The <a href="http://restframework.herokuapp.com/">Web browseable API</a> is a huge usability win for your developers.</li> -<li><a href="api-guide/authentication">Authentication policies</a> including <a href="api-guide/authentication.html#oauthauthentication">OAuth1a</a> and <a href="api-guide/authentication.html#oauth2authentication">OAuth2</a> out of the box.</li> -<li><a href="api-guide/serializers">Serialization</a> that supports both <a href="api-guide/serializers.html#modelserializer">ORM</a> and <a href="api-guide/serializers.html#serializers">non-ORM</a> data sources.</li> -<li>Customizable all the way down - just use <a href="api-guide/views.html#function-based-views">regular function-based views</a> if you don't need the <a href="api-guide/generic-views">more</a> <a href="api-guide/viewsets">powerful</a> <a href="api-guide/routers">features</a>.</li> +<li><a href="api-guide/authentication">Authentication policies</a> including <a href="api-guide/authentication#oauthauthentication">OAuth1a</a> and <a href="api-guide/authentication#oauth2authentication">OAuth2</a> out of the box.</li> +<li><a href="api-guide/serializers">Serialization</a> that supports both <a href="api-guide/serializers#modelserializer">ORM</a> and <a href="api-guide/serializers#serializers">non-ORM</a> data sources.</li> +<li>Customizable all the way down - just use <a href="api-guide/views#function-based-views">regular function-based views</a> if you don't need the <a href="api-guide/generic-views">more</a> <a href="api-guide/viewsets">powerful</a> <a href="api-guide/routers">features</a>.</li> <li><a href=".">Extensive documentation</a>, and <a href="https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework">great community support</a>.</li> </ul> <p>There is a live example API for testing purposes, <a href="http://restframework.herokuapp.com/">available here</a>.</p> diff --git a/topics/2.2-announcement.html b/topics/2.2-announcement.html index 431177bc..dfb710ee 100644 --- a/topics/2.2-announcement.html +++ b/topics/2.2-announcement.html @@ -226,7 +226,7 @@ </ul> <p>Note that in line with Django's policy, any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.</p> <h2 id="community">Community</h2> -<p>As of the 2.2 merge, we've also hit an impressive milestone. The number of committers listed in <a href="http://django-rest-framework.org/topics/credits.html">the credits</a>, is now at over <strong>one hundred individuals</strong>. Each name on that list represents at least one merged pull request, however large or small.</p> +<p>As of the 2.2 merge, we've also hit an impressive milestone. The number of committers listed in <a href="http://django-rest-framework.org/topics/credits">the credits</a>, is now at over <strong>one hundred individuals</strong>. Each name on that list represents at least one merged pull request, however large or small.</p> <p>Our <a href="https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework">mailing list</a> and #restframework IRC channel are also very active, and we've got a really impressive rate of development both on REST framework itself, and on third party packages such as the great <a href="https://github.com/marcgibbons/django-rest-framework-docs">django-rest-framework-docs</a> package from <a href="https://github.com/marcgibbons/">Marc Gibbons</a>.</p> <hr /> <h2 id="api-changes">API changes</h2> |
