diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index db6a685..7962279 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -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 `_ +on using Python with Heroku as well as `step-by-step instructions `_ on -how to set up your first application for use in Heroku, and maintains a -list of `example applications `_. +how to set up your first application. DotCloud