From 7b16126c85c466be09868c26ea67e09bfa18a446 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Tue, 27 Jun 2017 10:06:50 +0200
Subject: [PATCH] Update all external links per `make linkcheck` - Most are changing http to https, or readthedocs.org to readthedocs.io,   and some for Python packaging reorganizing some docs into tutorials,   as well as miscellaneous changes.

---
 pyramid/request.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyramid/request.py b/pyramid/request.py
index c1c1da5..201f1d6 100644
--- a/pyramid/request.py
+++ b/pyramid/request.py
@@ -175,7 +175,7 @@
     version number from which this documentation is autogenerated, but
     it will be the 'prevailing WebOb version' at the time of the
     release of this :app:`Pyramid` version.  See
-    http://webob.org/ for further information.
+    https://webob.org/ for further information.
     """
     exception = None
     exc_info = None

--
Gitblit v1.9.3