Skip to content

Commit

Permalink
Remove ./ from relative markdown path to smart answer predicates doc
Browse files Browse the repository at this point in the history
  • Loading branch information
erkde committed Oct 16, 2015
1 parent 3ddf6f8 commit 70bc8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/smart-answer-flows.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ next_node(:red)

The `responded_with` function actually returns a [predicate](http://en.wikipedia.org/wiki/Predicate_%28mathematical_logic%29) which will be invoked during processing. If the predicate returns `true` then the `:green` node will be next, otherwise the next rule will be evaluated. In this case the next rule says `:red` is the next node with no condition.

See [Smart Answer predicates](./smart-answers-predicates.md) for more detailed information about this style.
See [Smart Answer predicates](smart-answers-predicates.md) for more detailed information about this style.

#### DEPRECATED: Using Multiple Choice shortcut

Expand Down

0 comments on commit 70bc8f7

Please sign in to comment.