diff --git a/README.md b/README.md index 2ce66bbb8..0f8325bb6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ foreman start web Your app should now be running on [localhost:5000](http://localhost:5000/). ## Deploying to Heroku -[](https://heroku.com/deploy?template=https://github.com/borja/python-getting-started/tree/master) +[](https://heroku.com/deploy?template=https://github.com/lsog/python-getting-started/tree/master) ```sh $ heroku create diff --git a/hello/templates/base.html b/hello/templates/base.html index b3da1dbd7..f0235487e 100644 --- a/hello/templates/base.html +++ b/hello/templates/base.html @@ -1,45 +1,28 @@
-
-
- This is a sample Python application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Python @ Heroku platform.
- Getting Started with Python - Source on GitHub -