diff --git a/README.md b/README.md index c558b400..a8040d04 100644 --- a/README.md +++ b/README.md @@ -41,15 +41,15 @@ There is also an Alpine version. If you want it, use one of the Alpine tags from * **`python3.7`** tag: general Flask web application: -[**example-flask-python3.7.zip**]() +[**example-flask-python3.7.zip**]() * **`python3.7`** tag: general Flask web application, structured as a package, for bigger Flask projects, with different submodules. Use it only as an example of how to import your modules and how to structure your own project: -[**example-flask-package-python3.7.zip**]() +[**example-flask-package-python3.7.zip**]() * **`python3.7`** tag: `static/index.html` served directly in `/`, e.g. for Angular, React, or any other Single-Page Application that uses a static `index.html`, not modified by Python: -[**example-flask-python3.7-index.zip**]() +[**example-flask-python3.7-index.zip**]() ## General Instructions