summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-27 01:51:19 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-27 01:51:19 -0800
commit8478a3e4bc2e9b5f77edb107e95c4e045e54811d (patch)
tree1f50fd1d21475d064f8daf56aa90aa3d3c19c657
parentee6f85bcf8821c6cfe320844a176dc0f4be08a74 (diff)
downloadpyramid-8478a3e4bc2e9b5f77edb107e95c4e045e54811d.tar.gz
pyramid-8478a3e4bc2e9b5f77edb107e95c4e045e54811d.tar.bz2
pyramid-8478a3e4bc2e9b5f77edb107e95c4e045e54811d.zip
Use a relative link to rendered HTML, instead of GitHub master, to get current branch
-rw-r--r--docs/narr/hooks.rst4
1 files changed, 1 insertions, 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
-<https://github.com/Pylons/pyramid/blob/master/pyramid/traversal.py>`_ 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.