summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-06-15 10:20:09 -0700
committerGitHub <noreply@github.com>2017-06-15 10:20:09 -0700
commitb080c3cd8d0e00fe71eb102892187ceac8789194 (patch)
treeafbbbfdc33d0ea8cdcafa98ca983f9fb41b88f19
parent2ea943e690d8f09d07c13ca4d513cfafbfba33f1 (diff)
parent4216e1f9204ea3d0d495d6edc84d8d656fc09e1d (diff)
downloadpyramid-b080c3cd8d0e00fe71eb102892187ceac8789194.tar.gz
pyramid-b080c3cd8d0e00fe71eb102892187ceac8789194.tar.bz2
pyramid-b080c3cd8d0e00fe71eb102892187ceac8789194.zip
Merge pull request #3089 from stevepiercy/master
Use HTTPS for pylonsproject.org
-rw-r--r--README.rst2
-rw-r--r--docs/index.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 0429c36b5..70dcc5dda 100644
--- a/README.rst
+++ b/README.rst
@@ -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
-------------------------
diff --git a/docs/index.rst b/docs/index.rst
index 7d3393548..e3d2835b7 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -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: