From d6326ea5b838dd85c050b8850317d6b471f93aed Mon Sep 17 00:00:00 2001 From: Jerrica Bobadilla Date: Thu, 8 Oct 2020 12:05:55 -0700 Subject: [PATCH] fix documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92db5aa..e8ca809 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Django and Rest are both fairly opinionated frameworks meaning there are right w - Particular pages you may want to look at: - [Making Queries (Django's built in ORM)](https://docs.djangoproject.com/en/3.1/topics/db/queries/#) - [Models](https://docs.djangoproject.com/en/3.1/topics/db/models/) - - [Migrations](https://docs.djangoproject.com/en/2.0/topics/migrations/) + - [Migrations](https://docs.djangoproject.com/en/3.1/topics/migrations/) - [URLs Config](https://docs.djangoproject.com/en/3.1/topics/http/urls/) - [Djagno REST Framework Documentation](https://www.django-rest-framework.org/) (Click on the API Guide dropdown on the nav bar to see their documentation for specific things)