diff options
| author | Michael Merickel <michael@merickel.org> | 2013-03-12 13:53:14 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-03-12 13:53:14 -0700 |
| commit | 38ba7f4135c83872d661ea67ea6c7e98700b2e62 (patch) | |
| tree | 5a09dcd98fe75b47c120d5eadf1dc1d5b46fb2a1 /docs/narr/hooks.rst | |
| parent | 5fb6de8426aeaca7ecfd5babb7ba0372dbeab020 (diff) | |
| parent | 2d29f10e02d239745d04bf765b1c33f533c3c9b5 (diff) | |
| download | pyramid-38ba7f4135c83872d661ea67ea6c7e98700b2e62.tar.gz pyramid-38ba7f4135c83872d661ea67ea6c7e98700b2e62.tar.bz2 pyramid-38ba7f4135c83872d661ea67ea6c7e98700b2e62.zip | |
Merge pull request #885 from tshepang/hyperlinks
fix/update hyperlinks
Diffstat (limited to 'docs/narr/hooks.rst')
| -rw-r--r-- | docs/narr/hooks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst index f38d57e73..20cadc996 100644 --- a/docs/narr/hooks.rst +++ b/docs/narr/hooks.rst @@ -711,7 +711,7 @@ The API that must be implemented by your a class that provides The default context URL generator is available for perusal as the class :class:`pyramid.traversal.ResourceURL` in the `traversal module -<http://github.com/Pylons/pyramid/blob/master/pyramid/traversal.py>`_ of the +<https://github.com/Pylons/pyramid/blob/master/pyramid/traversal.py>`_ of the :term:`Pylons` GitHub Pyramid repository. See :meth:`pyramid.config.add_resource_url_adapter` for more information. |
