Skip to content

Commit 17a1800

Browse files
authored
Fix the Heroku Button URL (#192)
The previous URL didn't specify an explicit template parameter, which means Dashboard has to rely upon the referrer, which is no longer passed on, meaning the Button had stopped working.
1 parent 37f270a commit 17a1800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This application supports the [Getting Started with Python on Heroku](https://de
1414

1515
Alternatively, you can deploy it using this Heroku Button:
1616

17-
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
17+
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/heroku/python-getting-started)
1818

1919
For more information about using Python on Heroku, see these Dev Center articles:
2020

0 commit comments

Comments
 (0)