From adfb1799849cf03c5a0bcc08a34321c4d0523075 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Wed, 14 Aug 2024 21:01:33 +0200 Subject: [PATCH] fix broken link --- source/guides/recipes/python-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/recipes/python-environment.md b/source/guides/recipes/python-environment.md index ac8249618..f8b1aad22 100644 --- a/source/guides/recipes/python-environment.md +++ b/source/guides/recipes/python-environment.md @@ -1,7 +1,7 @@ (python-dev-environment)= # Setting up a Python development environment -In this example you will build a Python web application using the [Flask](https://palletsprojects.com/p/flask/) web framework as an exercise. +In this example you will build a Python web application using the [Flask](https://flask.palletsprojects.com) web framework as an exercise. To make best use of it you should be familiar with [defining declarative shell environments](declarative-reproducible-envs). Create a new file called `myapp.py` and add the following code: