Skip to content

Commit 135bde5

Browse files
committed
Fix to new name
1 parent d8542ac commit 135bde5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Hellofly-python
1+
# Python-hellofly-flask
22

33
In our Hands-On section, we show how to deploy a deployable image file using Flyctl. Now we are going to deploy an application from source. In this _Getting Started_ article, we look at how to deploy a Python application on Fly.
44

55
## _The Hellofly-python Application_
66

7-
You can get the code for the example from [the hellofly Github repository](https://github.com/fly-examples/hellofly-python). Just `git clone https://github.com/fly-examples/hellofly-python` to get a local copy.
7+
You can get the code for the example from [the hellofly Github repository](https://github.com/fly-examples/python-hellofly-flask). Just `git clone https://github.com/fly-examples/python-hellofly-flask` to get a local copy.
88

99
The hellofly-python application is, as you'd expect for an example, small. It's a Python application that uses the [Flask](https://flask.palletsprojects.com/) web framework. Here's all the code form `hellofly.py`:
1010

0 commit comments

Comments
 (0)