summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/whatsnew-1.2.rst')
-rw-r--r--docs/whatsnew-1.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.2.rst b/docs/whatsnew-1.2.rst
index 9ff933ace..8572f04f5 100644
--- a/docs/whatsnew-1.2.rst
+++ b/docs/whatsnew-1.2.rst
@@ -63,7 +63,7 @@ Scaffolding Changes
at all; configuration in the ``production.ini`` file which used to require
its ``error_catcher`` :term:`middleware` has been removed. Configuring
error catching / email sending is now the domain of the ``pyramid_exclog``
- package (see http://docs.pylonsproject.org/projects/pyramid_exclog/dev/).
+ package (see https://docs.pylonsproject.org/projects/pyramid_exclog/en/latest/).
- All scaffolds now send the ``cache_max_age`` parameter to the
``add_static_view`` method.