From 9c3b2760688aca748f81529d0b055f799959ab4b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 25 Oct 2010 18:04:18 -0400 Subject: convert API docs to Pyramid --- docs/api/url.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/api/url.rst') diff --git a/docs/api/url.rst b/docs/api/url.rst index b060f4a59..71987498a 100644 --- a/docs/api/url.rst +++ b/docs/api/url.rst @@ -1,11 +1,11 @@ .. _url_module: -:mod:`repoze.bfg.url` +:mod:`pyramid.url` --------------------- -.. automodule:: repoze.bfg.url +.. automodule:: pyramid.url - .. autofunction:: repoze.bfg.url.model_url(context, request, *elements, query=None, anchor=None) + .. autofunction:: pyramid.url.model_url(context, request, *elements, query=None, anchor=None) .. autofunction:: route_url -- cgit v1.2.3