diff --git a/Actiondependencies.textile b/Actiondependencies.textile index 993c260..e5a3be4 100644 --- a/Actiondependencies.textile +++ b/Actiondependencies.textile @@ -14,7 +14,7 @@ h2. Database h3. Todo state machine model -[[/images/todo_fsm.png]] +[[images/todo_fsm.png]] A _pending_ state is added to the Todo state machine, and a new event _block_ is introduced for switching from active to pending state. @@ -38,7 +38,7 @@ Use cases are: 3. Removing a predecessor for an existing action. 4. Showing the predecessor of an action. -[[/images/action_form_with_predecessor2.png]] +[[images/action_form_with_predecessor2.png]] The add and edit action forms have an added field for adding predecessors named "Depends on". Ideally, it would work as a Gmail-like multi value autocompletion field. @@ -69,7 +69,7 @@ The _Project_ view is probably the best view to view and edit dependencies and p Example project view: -[[/images/project_view_with_dependencies2.png]] +[[images/project_view_with_dependencies2.png]] Let's say that we have the following actions in our Add dependencies to Tracks project: