diff --git a/README.md b/README.md index 2ce66bbb8..af54dec31 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 -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/borja/python-getting-started/tree/master) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/xp499/python-getting-started/tree/master) ```sh $ heroku create diff --git a/hello/templates/index.html b/hello/templates/index.html index 467443254..566bc28a0 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -8,10 +8,10 @@ -

Borja Python on Heroku website

+

Pablo Python on Heroku website

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 + Source on GitHub
@@ -23,9 +23,9 @@

Borja Python on Heroku website

How this sample app works

-{% endblock %} \ No newline at end of file +{% endblock %}