summaryrefslogtreecommitdiff
path: root/docs/tutorials/cmf/skins.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/cmf/skins.rst')
-rw-r--r--docs/tutorials/cmf/skins.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/cmf/skins.rst b/docs/tutorials/cmf/skins.rst
index cbc28bfb5..ab9bb5cb1 100644
--- a/docs/tutorials/cmf/skins.rst
+++ b/docs/tutorials/cmf/skins.rst
@@ -14,8 +14,8 @@ particular skin to provide the site with additional features.
:mod:`repoze.bfg` itself has no such concept, and no package provides
a direct replacement, but bfg :term:`view` code combined with
differing :term:`request type` attributes can provide a good deal of
-the same sort of behavior. The `repoze.skins
-<http://svn.repoze.org/repoze.skins/>`_ package is an attempt to allow
+the same sort of behavior. The `repoze.bfg.skins
+<http://svn.repoze.org/repoze.bfg.skins/>`_ package is an attempt to allow
directories on disk to represent collections of templates, each of
which can be thought of as a minimal skin.