🔥 🚜 Removes broken links and trailing slashes in domains

Fixes #221
This commit is contained in:
Jeff Triplett 2023-05-29 13:15:46 -05:00
parent 19ca191614
commit 90eabc3db0
No known key found for this signature in database
GPG Key ID: BD6DAFC4D1A381EA

View File

@ -400,23 +400,23 @@ _Django 3.2_
### PaaS (Platforms-as-a-Service) ### PaaS (Platforms-as-a-Service)
- [Appliku](https://appliku.com) - [Appliku](https://appliku.com)
- [Dokku](http://dokku.viewdocs.io/dokku/) - [Dokku](https://dokku.com)
- [Divio](https://www.divio.com/) - [Divio](https://www.divio.com)
- [Fly](https://fly.io) - [Fly](https://fly.io)
- [Google Cloud](https://cloud.google.com/python/django/) - [Google Cloud](https://cloud.google.com/python/django/)
- [Heroku](https://www.heroku.com/) - [Heroku](https://www.heroku.com)
- [Microsoft Azure](https://azure.microsoft.com/en-us/develop/python/) - [Microsoft Azure](https://azure.microsoft.com/en-us/develop/python/)
- [Platform.sh](https://platform.sh/) - [Platform.sh](https://platform.sh)
- [PythonAnywhere](https://www.pythonanywhere.com) - [PythonAnywhere](https://www.pythonanywhere.com)
- [Railway](https://railway.app/) - [Railway](https://railway.app)
- [Render](https://render.com/) - [Render](https://render.com)
- [Vercel](https://vercel.com/home) - [Vercel](https://vercel.com/home)
### IaaS (Infrastructure-as-a-Service) ### IaaS (Infrastructure-as-a-Service)
- [Digital Ocean](https://www.digitalocean.com) - [Digital Ocean](https://www.digitalocean.com)
- [Linode](https://www.linode.com/) - [Linode](https://www.linode.com)
- [Amazon Lightsail](https://aws.amazon.com/lightsail/) - [Amazon Lightsail](https://aws.amazon.com/lightsail/)
- [Hetzner](https://www.hetzner.com/) - [Hetzner](https://www.hetzner.com)
## Projects ## Projects
@ -468,9 +468,7 @@ _The most popular way to build web APIs with Django._
<!--lint ignore double-link--> <!--lint ignore double-link-->
- [Official REST Framework - A Beginner's Guide](https://learndjango.com/tutorials/official-django-rest-framework-tutorial-beginners) - [Official REST Framework - A Beginner's Guide](https://learndjango.com/tutorials/official-django-rest-framework-tutorial-beginners)
- [DRF Blog API](https://wsvincent.com/django-rest-framework-tutorial/)
- [Building APIs with Django and DRF](https://books.agiliq.com/projects/django-api-polls-tutorial/en/latest/) - [Building APIs with Django and DRF](https://books.agiliq.com/projects/django-api-polls-tutorial/en/latest/)
- [DRF with React: Todo API](https://wsvincent.com/django-rest-framework-react-tutorial/)
- [DRF with React](https://www.valentinog.com/blog/drf/) - [DRF with React](https://www.valentinog.com/blog/drf/)
- [Making React and Django play well together](https://fractalideas.com/blog/making-react-and-django-play-well-together/) - [Making React and Django play well together](https://fractalideas.com/blog/making-react-and-django-play-well-together/)