Steve Piercy
2017-06-27 582a27558f96552cc84641c603150a21a8000821
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