diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/urldispatch.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
