Skip to content

Commit e9ac1bb

Browse files
committed
Merge pull request #2398 from sloria/readme-links
Fix broken links in README
2 parents 605c1fa + 50b206d commit e9ac1bb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -190,18 +190,18 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
190190
[sandbox]: http://restframework.herokuapp.com/
191191

192192
[index]: http://www.django-rest-framework.org/
193-
[oauth1-section]: http://www.django-rest-framework.org/api-guide/authentication.html#oauthauthentication
194-
[oauth2-section]: http://www.django-rest-framework.org/api-guide/authentication.html#oauth2authentication
195-
[serializer-section]: http://www.django-rest-framework.org/api-guide/serializers.html#serializers
196-
[modelserializer-section]: http://www.django-rest-framework.org/api-guide/serializers.html#modelserializer
197-
[functionview-section]: http://www.django-rest-framework.org/api-guide/views.html#function-based-views
198-
[generic-views]: http://www.django-rest-framework.org/api-guide/generic-views.html
199-
[viewsets]: http://www.django-rest-framework.org/api-guide/viewsets.html
200-
[routers]: http://www.django-rest-framework.org/api-guide/routers.html
201-
[serializers]: http://www.django-rest-framework.org/api-guide/serializers.html
202-
[authentication]: http://www.django-rest-framework.org/api-guide/authentication.html
203-
204-
[rest-framework-2-announcement]: http://www.django-rest-framework.org/topics/rest-framework-2-announcement.html
193+
[oauth1-section]: http://www.django-rest-framework.org/api-guide/authentication/#oauthauthentication
194+
[oauth2-section]: http://www.django-rest-framework.org/api-guide/authentication/#oauth2authentication
195+
[serializer-section]: http://www.django-rest-framework.org/api-guide/serializers/#serializers
196+
[modelserializer-section]: http://www.django-rest-framework.org/api-guide/serializers/#modelserializer
197+
[functionview-section]: http://www.django-rest-framework.org/api-guide/views/#function-based-views
198+
[generic-views]: http://www.django-rest-framework.org/api-guide/generic-views/
199+
[viewsets]: http://www.django-rest-framework.org/api-guide/viewsets/
200+
[routers]: http://www.django-rest-framework.org/api-guide/routers/
201+
[serializers]: http://www.django-rest-framework.org/api-guide/serializers/
202+
[authentication]: http://www.django-rest-framework.org/api-guide/authentication/
203+
204+
[rest-framework-2-announcement]: http://www.django-rest-framework.org/topics/rest-framework-2-announcement
205205
[2.1.0-notes]: https://groups.google.com/d/topic/django-rest-framework/Vv2M0CMY9bg/discussion
206206
[image]: http://www.django-rest-framework.org/img/quickstart.png
207207

0 commit comments

Comments
 (0)