From 4c914ede7e790395a193003265eec87ea317acb4 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 27 Nov 2018 03:01:19 -0800 Subject: Fix links after running linkcheck, excluding HISTORY.txt, a local link, and a bad link in WebOb docs --- docs/whatsnew-1.6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/whatsnew-1.6.rst') 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 -- cgit v1.2.3