summaryrefslogtreecommitdiff
path: root/docs/narr/logging.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-06-26 03:48:21 -0700
committerSteve Piercy <web@stevepiercy.com>2017-06-26 03:48:21 -0700
commit19d341b5be789e97000d3dcbd33de75d8b061829 (patch)
tree4fe4eef2b79438f136d80df8dbf8e63e0fc24976 /docs/narr/logging.rst
parentefc3780c3038ce66e1560c40bb77eef10a8658cc (diff)
downloadpyramid-19d341b5be789e97000d3dcbd33de75d8b061829.tar.gz
pyramid-19d341b5be789e97000d3dcbd33de75d8b061829.tar.bz2
pyramid-19d341b5be789e97000d3dcbd33de75d8b061829.zip
change http://docs.pylonsproject.org to https
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
Diffstat (limited to 'docs/narr/logging.rst')
-rw-r--r--docs/narr/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst
index 9cc5b4ed8..2bd8ef4cd 100644
--- a/docs/narr/logging.rst
+++ b/docs/narr/logging.rst
@@ -219,7 +219,7 @@ Logging Exceptions
To log or email exceptions generated by your :app:`Pyramid` application, use
the :term:`pyramid_exclog` package. Details about its configuration are in its
`documentation
-<http://docs.pylonsproject.org/projects/pyramid_exclog/en/latest/>`_.
+<https://docs.pylonsproject.org/projects/pyramid_exclog/en/latest/>`_.
.. index::
single: TransLogger