From 5a8324f60d0d219fca73717bd3f2c6d1a51a2f83 Mon Sep 17 00:00:00 2001 From: kuyan Date: Wed, 16 Apr 2014 11:28:13 -0700 Subject: [PATCH] Link rot - python.herokuapp.com no longer exists. python.herokuapp.com 404s but python.heroku.com redirects to Python documentation for Heroku. --- docs/scenarios/web.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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