summaryrefslogtreecommitdiff
path: root/docs/narr/logging.rst
diff options
context:
space:
mode:
authorChris Davies <mcd@daviesinc.com>2011-12-01 01:57:41 -0500
committerChris Davies <mcd@daviesinc.com>2011-12-01 01:57:41 -0500
commitf75a3f07b0a5699f99b89d93b4e3a66beea21ac1 (patch)
tree904cd78e577d5d79f5929ef218875a8e76d82c09 /docs/narr/logging.rst
parent2cab221bedf454629bf2f1e30c0f9d91cf57d455 (diff)
downloadpyramid-f75a3f07b0a5699f99b89d93b4e3a66beea21ac1.tar.gz
pyramid-f75a3f07b0a5699f99b89d93b4e3a66beea21ac1.tar.bz2
pyramid-f75a3f07b0a5699f99b89d93b4e3a66beea21ac1.zip
https://docs.pylonsproject.org to http://docs.pylonsproject.org as readthedocs.org doesn't support https
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 5377d0c66..f9f72270f 100644
--- a/docs/narr/logging.rst
+++ b/docs/narr/logging.rst
@@ -291,7 +291,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
-<https://docs.pylonsproject.org/projects/pyramid_exclog/dev/>`_.
+<http://docs.pylonsproject.org/projects/pyramid_exclog/dev/>`_.
Request Logging with Paste's TransLogger
----------------------------------------