summaryrefslogtreecommitdiff
path: root/docs/narr/hooks.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-04-05 23:23:38 -0700
committerMichael Merickel <michael@merickel.org>2013-04-05 23:23:38 -0700
commit55ab183d1184dff75e66a2c80e9cadd4aa7c4b6f (patch)
tree1b850fdb3fd206594a8c0c53c16f7b4b1fc01444 /docs/narr/hooks.rst
parenta62ebd5725338d753d49ff1b6b8bf0fe95b19c92 (diff)
parent125ea45ae864a5513e6d83fdded6ceea9516b578 (diff)
downloadpyramid-55ab183d1184dff75e66a2c80e9cadd4aa7c4b6f.tar.gz
pyramid-55ab183d1184dff75e66a2c80e9cadd4aa7c4b6f.tar.bz2
pyramid-55ab183d1184dff75e66a2c80e9cadd4aa7c4b6f.zip
Merge pull request #972 from tshepang/diff
fix some cross-references
Diffstat (limited to 'docs/narr/hooks.rst')
-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 77c66b0d2..1bd294bd1 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -673,7 +673,7 @@ traverser.
If you've added a traverser, you can change how
:meth:`~pyramid.request.Request.resource_url` generates a URL for a specific
type of resource by adding a call to
-:meth:`pyramid.config.add_resource_url_adapter`.
+:meth:`pyramid.config.Configurator.add_resource_url_adapter`.
For example: