Link rot - python.herokuapp.com no longer exists.

python.herokuapp.com 404s but python.heroku.com redirects to
Python documentation for Heroku.
This commit is contained in:
kuyan
2014-04-16 11:28:13 -07:00
parent d7e3519fc4
commit 5a8324f60d
+3 -3
View File
@@ -220,10 +220,10 @@ free of charge. Heroku is best described as a horizontal scaling platform. They
start to charge you once you "scale" your application to run on more than one
Dyno (abstracted servers) at a time.
Heroku publishes `step-by-step instructions
Heroku maintains `articles <https://devcenter.heroku.com/categories/python>`_
on using Python with Heroku as well as `step-by-step instructions
<https://devcenter.heroku.com/articles/getting-started-with-python>`_ on
how to set up your first application for use in Heroku, and maintains a
list of `example applications <http://python.herokuapp.com/>`_.
how to set up your first application.
DotCloud