summaryrefslogtreecommitdiff
path: root/docs/tutorials/cmf/workflow.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-10-13 13:11:15 +0000
committerChris McDonough <chrism@agendaless.com>2008-10-13 13:11:15 +0000
commit56c5bb9e35af413e63051e458a39c01c7c2bdc24 (patch)
tree8a298bf39b61aba9cf1567b805c53e5f903b2359 /docs/tutorials/cmf/workflow.rst
parent2001a7c7907d83190a09df60b48543fc6440a192 (diff)
downloadpyramid-56c5bb9e35af413e63051e458a39c01c7c2bdc24.tar.gz
pyramid-56c5bb9e35af413e63051e458a39c01c7c2bdc24.tar.bz2
pyramid-56c5bb9e35af413e63051e458a39c01c7c2bdc24.zip
Adjustments.
Diffstat (limited to 'docs/tutorials/cmf/workflow.rst')
-rw-r--r--docs/tutorials/cmf/workflow.rst6
1 files changed, 3 insertions, 3 deletions
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.