From 70bc8f7de80d4aafe4e617d75640dff988f05211 Mon Sep 17 00:00:00 2001 From: Erik Eide Date: Fri, 16 Oct 2015 15:08:50 +0100 Subject: [PATCH] Remove ./ from relative markdown path to smart answer predicates doc --- doc/smart-answer-flows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/smart-answer-flows.md b/doc/smart-answer-flows.md index 2c11fca122e..74ed58b5576 100644 --- a/doc/smart-answer-flows.md +++ b/doc/smart-answer-flows.md @@ -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