diff --git a/README.md b/README.md index 2ce66bbb8..f799af110 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/jsortegac/python-getting-started/tree/master) ```sh $ heroku create diff --git a/hello/templates/index.html b/hello/templates/index.html index 467443254..12ed773eb 100644 --- a/hello/templates/index.html +++ b/hello/templates/index.html @@ -8,10 +8,10 @@ -

Borja Python on Heroku website

+

Jose Salvador Ortega (me) is using Python to re-create a website supported by Heroku

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 + Empieza a usar Python + Accede a mi repositorio en GitHub
@@ -23,26 +23,27 @@

Borja Python on Heroku website

How this sample app works

-

Helpful Links

+

Links que te van a ser de mucha ayuda...

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