summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.6.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/whatsnew-1.6.rst')
-rw-r--r--docs/whatsnew-1.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.6.rst b/docs/whatsnew-1.6.rst
index 77d89b017..4c116dbfe 100644
--- a/docs/whatsnew-1.6.rst
+++ b/docs/whatsnew-1.6.rst
@@ -83,7 +83,7 @@ Feature Additions
override_with='/abs/path/')``. The ``myapp:static`` asset spec is completely
made up and does not need to exist—it is used for generating URLs via
``request.static_url('myapp:static/foo.png')``. See
- https://github.com/Pylons/pyramid/issues/1252
+ https://github.com/Pylons/pyramid/pull/1252
- Added :meth:`~pyramid.config.Configurator.set_response_factory` and the
``response_factory`` keyword argument to the constructor of