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.

View File

@@ -14,7 +14,7 @@ include::{snippets}/UiComponentSnippets.java[tag=snippet5]
The following image shows the typical output from a confirmation component:
image::images/component-confirmation-1.svg[text input]
image::component-confirmation-1.svg[text input]
The context object is `ConfirmationInputContext`. The following table describes its context variables:

View File

@@ -14,7 +14,7 @@ include::{snippets}/UiComponentSnippets.java[tag=snippet7]
The following image shows a typical multi-select component:
image::images/component-multi-select-1.svg[text input]
image::component-multi-select-1.svg[text input]
The context object is `MultiItemSelectorContext`. The following table describes its context variables:

View File

@@ -13,7 +13,7 @@ include::{snippets}/UiComponentSnippets.java[tag=snippet4]
The following image shows typical output from a path input component:
image::images/component-path-input-1.svg[text input]
image::component-path-input-1.svg[text input]
The context object is `PathInputContext`. The following table describes its context variables:

View File

@@ -18,7 +18,7 @@ in <<appendix-tech-intro-searchalgorithm>>.
The following image shows typical output from a path search component:
image::images/component-path-search-1.svg[text input]
image::component-path-search-1.svg[text input]
The context object is `PathSearchContext`. The following table describes its context variables:

View File

@@ -14,7 +14,7 @@ include::{snippets}/UiComponentSnippets.java[tag=snippet6]
The following image shows typical output for a single select component:
image::images/component-single-select-1.svg[text input]
image::component-single-select-1.svg[text input]
The context object is `SingleItemSelectorContext`. The following table describes its context variables:

View File

@@ -14,7 +14,7 @@ include::{snippets}/UiComponentSnippets.java[tag=snippet3]
The following image shows typical output from a string input component:
image::images/component-text-input-1.svg[text input]
image::component-text-input-1.svg[text input]
The context object is `StringInputContext`. The following table lists its context variables: