Skip to content

Commit

Permalink
Use HTTPS for pylonsproject.org
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Jun 15, 2017
1 parent 06c2838 commit 4216e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ and deployment more fun, more predictable, and more productive.
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
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Pyramid Web Framework
=========================

: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:
Expand Down

0 comments on commit 4216e1f

Please sign in to comment.