From a3536bc50a3e2c0f5ee36be47b4f1da285c375ca Mon Sep 17 00:00:00 2001 From: Clinton D'silva Date: Sun, 24 Oct 2021 10:46:29 +0530 Subject: [PATCH] Fix url miss match for books --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 598368b..8e5c381 100644 --- a/README.md +++ b/README.md @@ -341,8 +341,8 @@ _A short list of Python packages that work well with Django._ _Django 3.2_ - [Speed Up Your Django Tests](https://adamj.eu/tech/2020/05/04/new-book-speed-up-your-django-tests/) -- [Two Scoops of Django 3.x: Best Practices for the Django Web Framework](https://www.feldroy.com/books/a-wedge-of-django) -- [A Wedge of Django: Covers Python 3.8 and Django 3.x](https://www.feldroy.com/books/two-scoops-of-django-3-x) +- [Two Scoops of Django 3.x: Best Practices for the Django Web Framework](https://www.feldroy.com/books/two-scoops-of-django-3-x) +- [A Wedge of Django: Covers Python 3.8 and Django 3.x](https://www.feldroy.com/books/a-wedge-of-django) _Django 3.1_ - [Django for Beginners: Build websites with Python and Django](https://djangoforbeginners.com/)