From 79e639b34886559a5ebaa7f96a653967c4fa358e Mon Sep 17 00:00:00 2001 From: Divyesh Mangroliya Date: Fri, 2 Oct 2020 14:07:44 +0530 Subject: [PATCH] Updated Django documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ece71f..a84820d 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ * [Building a Twitter clone in Web2Py](http://fragile.org.uk/2013/06/twitter-clone-tutorial-in-web2py-part-1-getting-started/) ####Django -* [The official Django documentation](https://docs.djangoproject.com/en/1.5/) +* [The official Django documentation](https://docs.djangoproject.com/en/3.1/) * [Getting started with Django](http://gettingstartedwithdjango.com/) * [Building a hacker news clone in Django](http://arunrocks.com/building-a-hacker-news-clone-in-django-part-1/) * [Djen of Django](http://agiliq.com/books/djenofdjango/)