From 8478a3e4bc2e9b5f77edb107e95c4e045e54811d Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 27 Nov 2018 01:51:19 -0800 Subject: Use a relative link to rendered HTML, instead of GitHub master, to get current branch --- docs/narr/hooks.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/narr') diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst index 0dac8d426..3c02c2653 100644 --- a/docs/narr/hooks.rst +++ b/docs/narr/hooks.rst @@ -755,9 +755,7 @@ The API that must be implemented by a class that provides self.physical_path_tuple = some_function_of(resource, request) The default context URL generator is available for perusal as the class -:class:`pyramid.traversal.ResourceURL` in the `traversal module -`_ of the -:term:`Pylons` GitHub Pyramid repository. +:class:`pyramid.traversal.ResourceURL` in the `traversal module <../_modules/pyramid/traversal.html>`_. See :meth:`pyramid.config.Configurator.add_resource_url_adapter` for more information. -- cgit v1.2.3 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/narr/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr') diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index 1ccab9d3c..e5244e1ad 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -456,6 +456,6 @@ templating languages including the following: .. _pyramid_jinja2: https://docs.pylonsproject.org/projects/pyramid-jinja2/en/latest/ -.. _Mako: http://www.makotemplates.org/ +.. _Mako: https://www.makotemplates.org/ .. _pyramid_mako: https://docs.pylonsproject.org/projects/pyramid-mako/en/latest/ -- cgit v1.2.3