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.

---
 docs/narr/firstapp.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst
index ad05976..63142ed 100644
--- a/docs/narr/firstapp.rst
+++ b/docs/narr/firstapp.rst
@@ -197,7 +197,7 @@
 server to present an application to a requestor. :term:`WSGI` is a protocol
 that allows servers to talk to Python applications.  We don't discuss
 :term:`WSGI` in any depth within this book, but you can learn more about it by
-reading its `documentation <http://wsgi.readthedocs.org/en/latest/>`_.
+reading its `documentation <https://wsgi.readthedocs.io/en/latest/>`_.
 
 The :app:`Pyramid` application object, in particular, is an instance of a class
 representing a :app:`Pyramid` :term:`router`.  It has a reference to the

--
Gitblit v1.9.3