From 90eabc3db0fa05cb9cafccdaf4fca8f14a9470a3 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Mon, 29 May 2023 13:15:46 -0500 Subject: [PATCH] :fire: :tractor: Removes broken links and trailing slashes in domains Fixes #221 --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e0288ab..6d8015b 100644 --- a/README.md +++ b/README.md @@ -400,23 +400,23 @@ _Django 3.2_ ### PaaS (Platforms-as-a-Service) - [Appliku](https://appliku.com) -- [Dokku](http://dokku.viewdocs.io/dokku/) -- [Divio](https://www.divio.com/) +- [Dokku](https://dokku.com) +- [Divio](https://www.divio.com) - [Fly](https://fly.io) - [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/) -- [Platform.sh](https://platform.sh/) +- [Platform.sh](https://platform.sh) - [PythonAnywhere](https://www.pythonanywhere.com) -- [Railway](https://railway.app/) -- [Render](https://render.com/) +- [Railway](https://railway.app) +- [Render](https://render.com) - [Vercel](https://vercel.com/home) ### IaaS (Infrastructure-as-a-Service) - [Digital Ocean](https://www.digitalocean.com) -- [Linode](https://www.linode.com/) +- [Linode](https://www.linode.com) - [Amazon Lightsail](https://aws.amazon.com/lightsail/) -- [Hetzner](https://www.hetzner.com/) +- [Hetzner](https://www.hetzner.com) ## Projects @@ -468,9 +468,7 @@ _The most popular way to build web APIs with Django._ - [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/) -- [DRF with React: Todo API](https://wsvincent.com/django-rest-framework-react-tutorial/) - [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/)