This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/main by this push:
     new 5d7f24c4ed Fix documentation transform Data Set Input #6590 (#6607)
5d7f24c4ed is described below

commit 5d7f24c4ededfc6b68919d09191c6f4e14dfc7bd
Author: Nicolas Adment <[email protected]>
AuthorDate: Wed Feb 18 19:14:56 2026 +0100

    Fix documentation transform Data Set Input #6590 (#6607)
---
 docs/hop-user-manual/modules/ROOT/nav.adoc                              | 1 +
 .../modules/ROOT/pages/pipeline/transforms/datasetinput.adoc            | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/hop-user-manual/modules/ROOT/nav.adoc 
b/docs/hop-user-manual/modules/ROOT/nav.adoc
index 3eddcfbd9b..f18b4bf528 100644
--- a/docs/hop-user-manual/modules/ROOT/nav.adoc
+++ b/docs/hop-user-manual/modules/ROOT/nav.adoc
@@ -115,6 +115,7 @@ under the License.
 *** xref:pipeline/transforms/databasejoin.adoc[Database Join]
 *** xref:pipeline/transforms/databaselookup.adoc[Database Lookup]
 *** xref:pipeline/transforms/datagrid.adoc[Data Grid]
+*** xref:pipeline/transforms/datasetinput.adoc[Data Set Input]
 *** xref:pipeline/transforms/validator.adoc[Data Validator]
 *** xref:pipeline/transforms/delay.adoc[Delay row]
 *** xref:pipeline/transforms/delete.adoc[Delete]
diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/datasetinput.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/datasetinput.adoc
index 65e4dcf3b7..9ff3ad285e 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/datasetinput.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/datasetinput.adoc
@@ -18,7 +18,7 @@ under the License.
 :language: en_US
 :description: The Data Set Input transform allows reading from a data set in a 
pipeline
 
-mage:transforms= i/icons/dataset.svg[Data Set Input transform Icon, 
role="image-doc-icon"] Data Set Input
+= image:transforms/icons/dataset.svg[Data Set Input transform Icon, 
role="image-doc-icon"] Data Set Input
 
 [%noheader,cols="3a,1a", role="table-no-borders" ]
 |===

Reply via email to