From 20d25a03196a569eba5691cd67c856e6da38f22b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 20 Oct 2009 17:38:19 +0000 Subject: --- repoze/bfg/url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repoze/bfg/url.py b/repoze/bfg/url.py index f7f5730b3..d6f7970e5 100644 --- a/repoze/bfg/url.py +++ b/repoze/bfg/url.py @@ -206,7 +206,7 @@ def static_url(path, request, **kw): """ Generates a fully qualified URL for a static resource. The resource must live within a location defined via the ```` - ZCML directive. + ZCML directive (see :ref:`static_resources_section`). The ``path`` argument points at a file or directory on disk which a URL should be generated for. The ``path`` may be either a -- cgit v1.2.3