Fix image::image

This commit is contained in:
Rob Winch
2023-08-03 11:11:12 -05:00
parent f846e7ea07
commit ca59c54b8a
7 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ include::{snippets}/FlowComponentSnippets.java[tag=snippet1]
----
====
image::images/component-flow-showcase-1.svg[text input]
image::component-flow-showcase-1.svg[text input]
Normal execution order of a components is same as defined with a builder. It's
possible to conditionally choose where to jump in a flow by using a `next`
@@ -31,7 +31,7 @@ include::{snippets}/FlowComponentSnippets.java[tag=snippet2]
----
====
image::images/component-flow-conditional-1.svg[text input]
image::component-flow-conditional-1.svg[text input]
TIP: The result from running a flow returns `ComponentFlowResult`, which you can
use to do further actions.