Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d7e3519

Browse filesBrowse files
author
kuyan
committed
Update Heroku Python guide link
1 parent 437d089 commit d7e3519
Copy full SHA for d7e3519

1 file changed

+7-7Lines changed: 7 additions & 7 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎docs/scenarios/web.rst‎

Copy file name to clipboardExpand all lines: docs/scenarios/web.rst
+7-7Lines changed: 7 additions & 7 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.