From 56c5bb9e35af413e63051e458a39c01c7c2bdc24 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 13 Oct 2008 13:11:15 +0000 Subject: Adjustments. --- docs/tutorials/cmf/skins.rst | 4 ++-- docs/tutorials/cmf/workflow.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/tutorials/cmf') 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 -`_ package is an attempt to allow +the same sort of behavior. The `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. -- cgit v1.2.3