From 2c03ff64279cd255a6f22464e3b13f06ef165795 Mon Sep 17 00:00:00 2001 From: wsvincent Date: Wed, 11 Apr 2018 13:32:31 -0400 Subject: [PATCH] fix links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f50f17..3caa03c 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ - [Starter Projects](#starter-projects) - [Third-Party Packages](#third-party-packages) - [Django Rest Framework](#django-rest-framework) - - [Resources](#resources) - - [Tutorials](#tutorials) + - [Resources](#drf-resources) + - [Tutorials](#drf-tutorials) - [Starter Projects](#drf-starter-projects) - [Books](#books) - [Videos](#videos) @@ -66,11 +66,11 @@ ## Django Rest Framework > DRF is so important that it is worthy of its own section if not complete awesome-style repo -### Resources +### DRF Resources - [Official Documentation](http://www.django-rest-framework.org/) - [DRF Source Code](https://github.com/encode/django-rest-framework) -### Tutorials +### DRF Tutorials - [DRF Blog API](https://wsvincent.com/django-rest-framework-tutorial/) - [Building APIs with Django and DRF](https://books.agiliq.com/projects/django-api-polls-tutorial/en/latest/) - [Django Polls API Tutorial](https://wsvincent.com/django-polls-tutorial-api/)