summaryrefslogtreecommitdiff
path: root/docs/zcml/static.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zcml/static.rst')
-rw-r--r--docs/zcml/static.rst4
1 files changed, 2 insertions, 2 deletions
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