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

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


The following commit(s) were added to refs/heads/master by this push:
     new 984f408105 (DOC) fix ref from action to transform
     new 8f81be68e6 Merge pull request #1564 from VladimirAlexiev/patch-3
984f408105 is described below

commit 984f4081053fd9712175417a15f7eb2fedf4f0b4
Author: Vladimir Alexiev <[email protected]>
AuthorDate: Fri Jul 1 20:28:28 2022 +0300

    (DOC) fix ref from action to transform
    
    Make a reference from `workflow/actions/xsdvalidator` to 
`pipeline/transforms/xsdvalidator` (not to itself).
    
    I glimpsed the xref syntax at 
https://github.com/apache/hop/edit/master/docs/hop-user-manual/modules/ROOT/pages/workflow/workflows.adoc,
 might be wrong.
---
 .../modules/ROOT/pages/workflow/actions/xsdvalidator.adoc             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/xsdvalidator.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/xsdvalidator.adoc
index 045a4f05d8..df20771469 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/xsdvalidator.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/xsdvalidator.adoc
@@ -31,7 +31,7 @@ As such, there are 2 entities at work here:
 * The XML you want to validate the layout for
 * The XSD (Schema) file that describes what the XML file should look like.
 
-See also the XSD Validator action.
+See also the xref:pipeline/transforms/xsdvalidator[XSD Validator pipeline 
transform].
 
 == Options
 
@@ -43,4 +43,4 @@ See also the XSD Validator action.
 A workflow action can be placed several times on the canvas, however it will 
be the same workflow action.
 |XML File name|The name of the XML file
 |XSD File name|The name of the XSD file
-|===
\ No newline at end of file
+|===

Reply via email to