From c03dbcca24aeedfb688bf49b7ccfeef20f6f8298 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 25 Oct 2010 18:13:44 -0400 Subject: convert zcml docs to Pyramid --- docs/zcml/static.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/zcml/static.rst') diff --git a/docs/zcml/static.rst b/docs/zcml/static.rst index 1a11f222c..6c1c5b6d3 100644 --- a/docs/zcml/static.rst +++ b/docs/zcml/static.rst @@ -5,7 +5,7 @@ Use of the ``static`` ZCML directive or allows you to serve static resources (such as JavaScript and CSS files) within a -:mod:`repoze.bfg` application. This mechanism makes static files +:mod:`pyramid` application. This mechanism makes static files available at a name relative to the application root URL. Attributes @@ -65,7 +65,7 @@ Examples Alternatives ~~~~~~~~~~~~ -:meth:`repoze.bfg.configuration.configurator.add_static_view` can also +:meth:`pyramid.configuration.configurator.add_static_view` can also be used to add a static view. See Also -- cgit v1.2.3