Skip to content

Commit 44059c6

Browse files
committed
Replace link to hello-flask-poetry with hello-flask-uv
New repo contents are available at github.com/mattt/hello-flask-uv
1 parent c1a752e commit 44059c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/frameworks/flask.html.markerb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Spinning up a flask app is fun!
1818

1919
<%= partial "/docs/languages-and-frameworks/partials/flyctl" %>
2020

21-
<%= partial "/docs/python/partials/speedrun", locals: { runtime: "Flask", repo: "hello-flask-poetry" } %>
21+
<%= partial "/docs/python/partials/speedrun", locals: { runtime: "Flask", repo: "hello-flask-uv" } %>
2222

2323
## _Deploy a Flask app from scratch_
2424

@@ -67,4 +67,4 @@ flask --app hello run
6767

6868
If you open http://127.0.0.1:5000/ in your web browser, it should display `hello from fly.io`.
6969

70-
<%= partial "/docs/python/partials/deploy", locals: { runtime: "Flask", repo: "hello-flask-poetry" } %>
70+
<%= partial "/docs/python/partials/deploy", locals: { runtime: "Flask", repo: "hello-flask-uv" } %>

0 commit comments

Comments
 (0)