From ab7a945ba9defc478dbf024cd270d5134c28f3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 22 Sep 2018 21:19:33 +0400 Subject: [PATCH] Update links to .zip project templates --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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