fix typo on Project Website

This commit is contained in:
Will Vincent 2022-10-20 15:22:32 -07:00
parent c6700189cf
commit 571071e91e

View File

@ -300,7 +300,8 @@ _A short list of Python packages that work well with Django._
### Official Resources
<!--lint ignore double-link--> - [Project Website](https://www.djangoproject.com/) - Official Django website.
<!--lint ignore double-link-->
- [Project Website](https://www.djangoproject.com/) - Official Django website.
- [Documentation](https://docs.djangoproject.com/en/dev/) - Comprehensive documentation for all Django versions.
- [Polls Tutorial](https://docs.djangoproject.com/en/dev/intro/tutorial01/) - Build a polls tutorial while learning Django internals.
- [Source Code](https://github.com/django/django/) - Hosted on GitHub.