summaryrefslogtreecommitdiff
path: root/docs/narr/logging.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-23 02:45:04 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-23 02:45:04 -0700
commit1cb30e690a7ba97db212e7ec9002fd83f950b0bd (patch)
tree87c6d914974b01c129bea0a1cc2900eb186eb192 /docs/narr/logging.rst
parentf5de93f1c156fd4659a191c7c78554645534968d (diff)
downloadpyramid-1cb30e690a7ba97db212e7ec9002fd83f950b0bd.tar.gz
pyramid-1cb30e690a7ba97db212e7ec9002fd83f950b0bd.tar.bz2
pyramid-1cb30e690a7ba97db212e7ec9002fd83f950b0bd.zip
Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx
Diffstat (limited to 'docs/narr/logging.rst')
-rw-r--r--docs/narr/logging.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst
index 9c6e8a319..c7b4b9d6f 100644
--- a/docs/narr/logging.rst
+++ b/docs/narr/logging.rst
@@ -292,7 +292,8 @@ 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/dev/>`_.
+`documentation
+<http://docs.pylonsproject.org/projects/pyramid_exclog/en/latest/>`_.
.. index::
single: TransLogger