From 9bf22d81ddbca8a2d6b6c8d46bfc6696be2ceb19 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Thu, 15 Jun 2017 19:27:57 +0200
Subject: [PATCH] Merge pull request #3090 from stevepiercy/1.8-branch

---
 README.rst     |    2 +-
 docs/index.rst |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index a6ba30b..06019a5 100644
--- a/README.rst
+++ b/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
 -------------------------
diff --git a/docs/index.rst b/docs/index.rst
index ed5b458..04755e2 100644
--- a/docs/index.rst
+++ b/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:

--
Gitblit v1.9.3