diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-10-13 13:11:15 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-10-13 13:11:15 +0000 |
| commit | 56c5bb9e35af413e63051e458a39c01c7c2bdc24 (patch) | |
| tree | 8a298bf39b61aba9cf1567b805c53e5f903b2359 /docs/tutorials/cmf | |
| parent | 2001a7c7907d83190a09df60b48543fc6440a192 (diff) | |
| download | pyramid-56c5bb9e35af413e63051e458a39c01c7c2bdc24.tar.gz pyramid-56c5bb9e35af413e63051e458a39c01c7c2bdc24.tar.bz2 pyramid-56c5bb9e35af413e63051e458a39c01c7c2bdc24.zip | |
Adjustments.
Diffstat (limited to 'docs/tutorials/cmf')
| -rw-r--r-- | docs/tutorials/cmf/skins.rst | 4 | ||||
| -rw-r--r-- | docs/tutorials/cmf/workflow.rst | 6 |
2 files changed, 5 insertions, 5 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. diff --git a/docs/tutorials/cmf/workflow.rst b/docs/tutorials/cmf/workflow.rst index 251ce3fc4..a66d8d78e 100644 --- a/docs/tutorials/cmf/workflow.rst +++ b/docs/tutorials/cmf/workflow.rst @@ -8,7 +8,7 @@ In CMF, the "workflow tool" allows developers to design state machines which imply transition between content states. :mod:`repoze.bfg` itself has no such concept, but the -:term:`repoze.lemonade` packge provides a simple persistent state -machine implementation that can act as a barebones workflow tool. See -its documentation for more information. +:term:`repoze.workflow` packge provides a simple state machine +implementation that can act as a barebones workflow tool. See its +documentation for more information. |
