Skip to content

Commit d7e3519

Browse files
author
kuyan
committed
Update Heroku Python guide link
1 parent 437d089 commit d7e3519

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/scenarios/web.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,14 @@ uWSGI
160160
-----
161161

162162
`uWSGI <https://uwsgi-docs.readthedocs.org>`_ is a full stack for building
163-
hosting services. In addition to process management, process monitoring,
164-
and other functionality, uWSGI acts as an application server for various
163+
hosting services. In addition to process management, process monitoring,
164+
and other functionality, uWSGI acts as an application server for various
165165
programming languages and protocols - including Python and WSGI. uWSGI can
166-
either be run as a stand-alone web router, or be run behind a full web
166+
either be run as a stand-alone web router, or be run behind a full web
167167
server (such as Nginx or Apache). In the latter case, a web server can
168168
configure uWSGI and an application's operation over the
169169
`uwsgi <https://uwsgi-docs.readthedocs.org/en/latest/Protocol.html>`_
170-
protocol. uWSGI's web server support allows for dynamically configuring
170+
protocol. uWSGI's web server support allows for dynamically configuring
171171
Python, passing environment variables and further tuning. For full details,
172172
see `uWSGI magic
173173
variables <https://uwsgi-docs.readthedocs.org/en/latest/Vars.html>`_.
@@ -221,9 +221,9 @@ start to charge you once you "scale" your application to run on more than one
221221
Dyno (abstracted servers) at a time.
222222

223223
Heroku publishes `step-by-step instructions
224-
<http://devcenter.heroku.com/articles/python>`_ on how to set up your first
225-
application for use in Heroku, and maintains a list of `example applications
226-
<http://python.herokuapp.com/>`_.
224+
<https://devcenter.heroku.com/articles/getting-started-with-python>`_ on
225+
how to set up your first application for use in Heroku, and maintains a
226+
list of `example applications <http://python.herokuapp.com/>`_.
227227

228228

229229
DotCloud

0 commit comments

Comments
 (0)