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(-) 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