diff --git a/README.md b/README.md index 13a8eca..6b5fb2d 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,9 @@ If you make changes in the Models and run into DB schema issues, delete the sqli ## Acknowledgements With thanks to the following Flask extensions: -* [Alembic](alembic.readthedocs.org) -* [Flask-Migrate](flask-migrate.readthedocs.org) -* [Flask-User](pythonhosted.org/Flask-User/) +* [Alembic](http://alembic.readthedocs.org) +* [Flask-Migrate](http://flask-migrate.readthedocs.org) +* [Flask-User](http://pythonhosted.org/Flask-User/) [Flask-User-starter-app](https://github.com/lingthio/Flask-User-starter-app) was used as a starting point for this code repository.