Steve Piercy
2017-06-15 9bf22d81ddbca8a2d6b6c8d46bfc6696be2ceb19
Merge pull request #3090 from stevepiercy/1.8-branch

Use HTTPS for pylonsproject.org
2 files modified
4 ■■■■ changed files
README.rst 2 ●●● patch | view | raw | blame | history
docs/index.rst 2 ●●● patch | view | raw | blame | history
README.rst
@@ -34,7 +34,7 @@
       server = make_server('0.0.0.0', 8080, app)
       server.serve_forever()
Pyramid is a project of the `Pylons Project <http://pylonsproject.org/>`_.
Pyramid is a project of the `Pylons Project <https://pylonsproject.org/>`_.
Support and Documentation
-------------------------
docs/index.rst
@@ -5,7 +5,7 @@
=========================
:app:`Pyramid` is a small, fast, down-to-earth Python web framework.  It is
developed as part of the `Pylons Project <http://pylonsproject.org/>`_.
developed as part of the `Pylons Project <https://pylonsproject.org//>`_.
It is licensed under a `BSD-like license <http://repoze.org/license.html>`_.
Here is one of the simplest :app:`Pyramid` applications you can make: