diff --git a/README.md b/README.md
index 2ce66bbb8..7cd00a4b5 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/fvnuria/python-getting-started/tree/master)
```sh
$ heroku create
diff --git a/hello/templates/index.html b/hello/templates/index.html
index 467443254..1620125e2 100644
--- a/hello/templates/index.html
+++ b/hello/templates/index.html
@@ -8,24 +8,24 @@
-
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