Skip to content

Commit accd624

Browse files
committed
fix broken links
1 parent ff873e0 commit accd624

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
ruby-version: 3.0
2828
- run: gem install awesome_bot
2929
# - run: awesome_bot README.md --allow 302,307 --allow-ssl --allow-dupe --white-list "linode.com"
30-
- run: awesome_bot README.md --allow 302 --white-list "linode.com","https://europython.eu/","https://twitter.com/PalletsTeam","https://www.reddit.com/r/flask/"
30+
- run: awesome_bot README.md --allow 302 --white-list "linode.com","https://europython.eu/","https://twitter.com/PalletsTeam","https://www.reddit.com/r/flask/","https://www.udacity.com/course/full-stack-foundations--ud088","https://www.udacity.com/course/designing-restful-apis--ud388"

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
### Data Validation and Serialization
104104

105105
- [Flask-Marshmallow](https://flask-marshmallow.readthedocs.io) - Thin integration layer for Flask and marshmallow (an object serialization /deserialization library) that adds additional features to marshmallow.
106-
- [Flask-Pydantic](https://github.com/bauerji/flask-pydantic) - [Pydantic](https://github.com/pydantic/pydantic) support.
106+
- [Flask-Pydantic](https://github.com/pallets-eco/flask-pydantic) - [Pydantic](https://github.com/pydantic/pydantic) support.
107107

108108
### Databases
109109

@@ -146,12 +146,12 @@
146146

147147
#### Logging
148148

149-
- [Rollbar](https://rollbar.com/platforms/flask-error-tracking/) - Flask error logging with Rollbar.
149+
- [Rollbar](https://docs.rollbar.com/docs/python) - Flask error logging with Rollbar.
150150

151151
#### Monitoring
152152

153153
- [Airbrake](https://docs.airbrake.io/docs/platforms/framework/python/flask/) - Airbrake Flask integration.
154-
- [Elastic APM Agent](https://www.elastic.co/guide/en/apm/agent/python/current/flask-support.html) - Elastic APM Flask integration.
154+
- [Elastic APM Agent](https://www.elastic.co/docs/reference/apm/agents/python/flask-support) - Elastic APM Flask integration.
155155
- [Flask Monitoring Dashboard](https://flask-monitoringdashboard.readthedocs.io) - Dashboard for automatic monitoring of Flask web-services.
156156
- [Sentry Python SDK](https://sentry.io/for/flask/) - Sentry SDK Flask integration.
157157

@@ -238,7 +238,6 @@
238238

239239
- [Discord](https://discord.com/invite/t6rrQZH) - Pallets Projects community on Discord (use the `#get-help` channel for Flask support).
240240
- IRC Channel - Chat with other Flask users on IRC channel `#pocoo` on FreeNode.
241-
- [Mailing List](https://mail.python.org/mailman/listinfo/flask) - General discussion of Flask and the Pallets projects (`[email protected]`).
242241
- [Reddit](https://www.reddit.com/r/flask/) - Flask subreddit.
243242
- [Stack Overflow](https://stackoverflow.com/questions/tagged/flask) - Questions tagged `flask`.
244243
- [Twitter](https://twitter.com/PalletsTeam) - For official announcements on updates, security fixes, etc.
@@ -304,7 +303,7 @@
304303
- [Heroku](https://www.heroku.com/)
305304
- [PythonAnywhere](https://www.pythonanywhere.com/details/flask_hosting)
306305
- [AWS Elastic Beanstalk](https://aws.amazon.com/elasticbeanstalk/)
307-
- [Google App Engine](https://cloud.google.com/appengine/)
306+
- [Google App Engine](https://cloud.google.com/appengine)
308307
- [Microsoft Azure App Service](https://azure.microsoft.com/en-us/products/app-service/)
309308
- [Divio](https://www.divio.com)
310309
- [Render](https://render.com/)
@@ -314,7 +313,7 @@
314313
(Infrastructure-as-a-Service)
315314

316315
- [AWS EC2](https://aws.amazon.com/ec2/)
317-
- [Google Compute Engine](https://cloud.google.com/compute/)
316+
- [Google Compute Engine](https://cloud.google.com/compute)
318317
- [Digital Ocean](https://www.digitalocean.com/)
319318
<!-- markdown-link-check-disable-next-line -->
320319
- [Linode](https://www.linode.com/)
@@ -329,7 +328,7 @@ Frameworks:
329328
Compute:
330329

331330
- [AWS Lambda](https://aws.amazon.com/lambda/)
332-
- [Google Cloud Functions](https://cloud.google.com/functions/)
331+
- [Google Cloud Functions](https://cloud.google.com/functions)
333332
- [Azure Functions](https://azure.microsoft.com/en-us/products/functions/)
334333

335334
## Projects
@@ -344,7 +343,6 @@ Compute:
344343
- [flask-htmx-boilerplate](https://github.com/marcusschiesser/flask-htmx-boilerplate) - Boilerplate template for a Python Flask application with HTMX and Tailwind CSS.
345344
- [uwsgi-nginx-flask-docker](https://github.com/tiangolo/uwsgi-nginx-flask-docker) - Docker image with uWSGI and Nginx for Flask applications in Python running in a single container.
346345
- [React-Redux-Flask](https://github.com/dternyak/React-Redux-Flask) - Boilerplate application for a Flask JWT Backend and a React/Redux Front-End with Material UI.
347-
- [MVC Flask](https://github.com/marcuxyz/mvc-flask) - You can use the mvc pattern in your flask application using this extension.
348346

349347
### Open Source Projects
350348

0 commit comments

Comments
 (0)