From e2bffbe7f76ad1f9d6985b0dfd027e9971655a05 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Fri, 8 Dec 2023 09:17:07 -0600 Subject: [PATCH] fix broken links --- .github/workflows/ci.yml | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e5c5ca..80fbe38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v1 with: - node-version: 15 + node-version: 18 - run: npm install --global awesome-lint - run: awesome-lint README.md awesome-bot: diff --git a/README.md b/README.md index d835d19..e26088d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ #### RESTful API Support - [Eve](https://docs.python-eve.org) - RESTful API framework designed for human beings. -- [Flask-Classful](https://flask-classful.teracy.org/) - Adds support for class-based views for setting up RESTful API route endpoints. +- [Flask-Classful](https://flask-classful.readthedocs.io/) - Adds support for class-based views for setting up RESTful API route endpoints. - [Flask-MongoRest](https://github.com/closeio/flask-mongorest) - RESTful API framework wrapped around [MongoEngine](http://mongoengine.org/). - [Flask-RESTful](https://flask-restful.readthedocs.io) - Quickly build RESTful APIs. @@ -340,7 +340,6 @@ Compute: - [flask-htmx-boilerplate](https://github.com/marcusschiesser/flask-htmx-boilerplate) - Boilerplate template for a Python Flask application with HTMX and Tailwind CSS. - [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. - [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. -- [Flask-Scaffold](https://github.com/Leo-G/Flask-Scaffold) - Prototype Database driven Web apps in Angular 6, Bootstrap 4 and REST API's with Flask. - [MVC Flask](https://github.com/marcuxyz/mvc-flask) - You can use the mvc pattern in your flask application using this extension. ### Open Source Projects