diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-06-27 01:05:41 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2017-06-27 01:05:41 -0700 |
| commit | a816a883492d530c50183e92d5a43fab07181114 (patch) | |
| tree | fd0e41d3da66c06b440ea06e32f300479972954a /docs/narr/firstapp.rst | |
| parent | 3fbd22d14c051d5af5001cbf954debbf7cd4b29d (diff) | |
| download | pyramid-a816a883492d530c50183e92d5a43fab07181114.tar.gz pyramid-a816a883492d530c50183e92d5a43fab07181114.tar.bz2 pyramid-a816a883492d530c50183e92d5a43fab07181114.zip | |
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.
Diffstat (limited to 'docs/narr/firstapp.rst')
| -rw-r--r-- | 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 ad05976c0..63142edac 100644 --- a/docs/narr/firstapp.rst +++ b/docs/narr/firstapp.rst @@ -197,7 +197,7 @@ method returns a :term:`WSGI` application object that can be used by any WSGI 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 |
