Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57360cf

Browse files
Resolved W3C link redirect warnings
Fixed permanent redirects reported by the W3C link checker.
1 parent a6aa52a commit 57360cf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/scenarios/web.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Development Web Server
5151
Django
5252
------
5353

54-
`Django <http://www.djangoproject.com>`_ is a "batteries included" web
54+
`Django <https://www.djangoproject.com>`_ is a "batteries included" web
5555
application framework, and is an excellent choice for creating content-oriented
5656
websites. By providing many utilities and patterns out of the box, Django aims
5757
to make it possible to build complex, database-backed web applications quickly,
@@ -123,7 +123,7 @@ focus on modularity. It comes with a small number of libraries ("batteries")
123123
built-in, and encourages users to extend its base functionality. A set of
124124
provided cookiecutter templates helps making new project decisions for users.
125125
It poweres one of the most important parts of python infrastucture
126-
`PyPI <http://pypi.org/>`_.
126+
`PyPI <https://pypi.org/>`_.
127127

128128
Pyramid does not have a large user base, unlike Django and Flask. It's a
129129
capable framework, but not a very popular choice for new Python web
@@ -169,7 +169,7 @@ servers and provide top performance [3]_.
169169
Gunicorn
170170
--------
171171

172-
`Gunicorn <http://gunicorn.org/>`_ (Green Unicorn) is a pure-python WSGI
172+
`Gunicorn <https://gunicorn.org/>`_ (Green Unicorn) is a pure-python WSGI
173173
server used to serve Python applications. Unlike other Python web servers,
174174
it has a thoughtful user-interface, and is extremely easy to use and
175175
configure.
@@ -237,14 +237,14 @@ details.
237237
Heroku
238238
------
239239

240-
`Heroku <http://www.heroku.com/python>`_ offers first-class support for
240+
`Heroku <https://www.heroku.com/python>`_ offers first-class support for
241241
Python 2.7–3.5 applications.
242242

243243
Heroku supports all types of Python web applications, servers, and frameworks.
244244
Applications can be developed on Heroku for free. Once your application is
245245
ready for production, you can upgrade to a Hobby or Professional application.
246246

247-
Heroku maintains `detailed articles <https://devcenter.heroku.com/categories/python>`_
247+
Heroku maintains `detailed articles <https://devcenter.heroku.com/categories/python-support>`_
248248
on using Python with Heroku, as well as `step-by-step instructions
249249
<https://devcenter.heroku.com/articles/getting-started-with-python>`_ on
250250
how to set up your first application.
@@ -254,7 +254,7 @@ Heroku is the recommended PaaS for deploying Python web applications today.
254254
Eldarion
255255
--------
256256

257-
`Eldarion <http://eldarion.cloud/>`_ (formely known as Gondor) is a PaaS powered
257+
`Eldarion <https://eldarion.cloud/>`_ (formely known as Gondor) is a PaaS powered
258258
by Kubernetes, CoreOS, and Docker. They support any WSGI application and have a
259259
guide on deploying `Django projects <https://eldarion-gondor.github.io/docs/how-to/setup-deploy-first-django-project/>`_.
260260

@@ -417,12 +417,12 @@ Chameleon
417417
---------
418418

419419
`Chameleon <https://chameleon.readthedocs.io/>`_ Page Templates are an HTML/XML template
420-
engine implementation of the `Template Attribute Language (TAL) <http://en.wikipedia.org/wiki/Template_Attribute_Language>`_,
420+
engine implementation of the `Template Attribute Language (TAL) <https://en.wikipedia.org/wiki/Template_Attribute_Language>`_,
421421
`TAL Expression Syntax (TALES) <https://chameleon.readthedocs.io/en/latest/reference.html#expressions-tales>`_,
422422
and `Macro Expansion TAL (Metal) <https://chameleon.readthedocs.io/en/latest/reference.html#macros-metal>`_ syntaxes.
423423

424424
Chameleon is available for Python 2.5 and up (including 3.x and pypy), and
425-
is commonly used by the `Pyramid Framework <http://trypyramid.com>`_.
425+
is commonly used by the `Pyramid Framework <https://trypyramid.com/>`_.
426426

427427
Page Templates add within your document structure special element attributes
428428
and text markup. Using a set of simple language constructs, you control the
@@ -519,5 +519,5 @@ Mako is well respected within the Python web community.
519519
.. rubric:: References
520520

521521
.. [1] `The mod_python project is now officially dead <http://blog.dscpl.com.au/2010/06/modpython-project-is-now-officially.html>`_
522-
.. [2] `mod_wsgi vs mod_python <http://www.modpython.org/pipermail/mod_python/2007-July/024080.html>`_
522+
.. [2] `mod_wsgi vs mod_python <http://modpython.org/pipermail/mod_python/2007-July/024080.html>`_
523523
.. [3] `Benchmark of Python WSGI Servers <http://nichol.as/benchmark-of-python-web-servers>`_

0 commit comments

Comments
 (0)