From 8cbde2edf22faa5d361abf05b5869a0819d4b2d1 Mon Sep 17 00:00:00 2001 From: Pramochete Pujara Date: Sat, 24 Aug 2019 22:23:23 +0545 Subject: [PATCH] tutorial link has changed https://blog.kevinastone.com/django-rest-framework-and-angular-js --- docs/community/tutorials-and-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/tutorials-and-resources.md b/docs/community/tutorials-and-resources.md index a03d63a3c..7b15529cf 100644 --- a/docs/community/tutorials-and-resources.md +++ b/docs/community/tutorials-and-resources.md @@ -26,7 +26,7 @@ There are a wide range of resources available for learning and using Django REST * [Django REST Framework Tutorial][drf-tutorial] * [Django REST Framework Course][django-rest-framework-course] * [Building a RESTful API with Django REST Framework][building-a-restful-api-with-drf] -* [Getting Started with Django REST Framework and AngularJS][getting-started-with-django-rest-framework-and-angularjs] +* [Getting Started with Django REST Framework and AngularJS][django-rest-framework-and-angular-js] * [End to End Web App with Django REST Framework & AngularJS][end-to-end-web-app-with-django-rest-framework-angularjs] * [Start Your API - Django REST Framework Part 1][start-your-api-django-rest-framework-part-1] * [Permissions & Authentication - Django REST Framework Part 2][permissions-authentication-django-rest-framework-part-2]