summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-15 00:48:08 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-05 01:53:16 +0200
commitcd8ac801ac1ccefb81c2e015124be910cb8c93de (patch)
tree7c225c7c71b0efd438fe6303d8004a67a9ff82a1 /docs/narr
parent55241cc181d016d59a73373942b654ef97f8e45c (diff)
downloadpyramid-cd8ac801ac1ccefb81c2e015124be910cb8c93de.tar.gz
pyramid-cd8ac801ac1ccefb81c2e015124be910cb8c93de.tar.bz2
pyramid-cd8ac801ac1ccefb81c2e015124be910cb8c93de.zip
update some links and fix others
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/hooks.rst2
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.