From 23d08e88f1fbb1ffe9a5e1efc3135f53cce2970b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 24 Apr 2011 23:32:04 -0400 Subject: fix rendering issue --- docs/narr/urldispatch.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 4923fd19f..1024dd188 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -166,8 +166,8 @@ When a route configuration names a ``view`` attribute, the :term:`view callable` named as that ``view`` attribute will always be found and invoked when the associated route pattern matches during a request. -See :ref:`add_route_view_related_api` for a description of view-related -arguments to ``add_route``. +See :meth:`pyramid.config.Configurator.add_route` for a description of +view-related arguments. .. index:: single: route path pattern syntax -- cgit v1.2.3