Fixing links for images.

bsag 2011-07-16 18:23:06 +01:00
parent d04ab4d313
commit 3ec3c92b1d

@ -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: