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: