You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/07/04 06:42:48 UTC

[hop] branch master updated: [DOC] fix references

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 98bdc92283 [DOC] fix references
     new a4d127cef7 Merge pull request #1569 from hansva/master
98bdc92283 is described below

commit 98bdc92283834243976d1c9d38c69ea83e153ea1
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Mon Jul 4 08:42:18 2022 +0200

    [DOC] fix references
---
 .../modules/ROOT/pages/pipeline/transforms/xsdvalidator.adoc            | 2 +-
 .../modules/ROOT/pages/workflow/actions/xsdvalidator.adoc               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/xsdvalidator.adoc b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/xsdvalidator.adoc
index 33d81eb903..0267f4bc05 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/xsdvalidator.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/xsdvalidator.adoc
@@ -33,7 +33,7 @@ As such, there are 2 entities at work here:
 
 To make matters more complex, it's possible to store the XSD inside the XML itself.
 
-See also the xref:workflow/actions/xsdvalidator[XSD Validator workflow action].
+See also the xref:workflow/actions/xsdvalidator.adoc[XSD Validator workflow action].
 
 == Options
 
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 df20771469..e423ab085c 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 xref:pipeline/transforms/xsdvalidator[XSD Validator pipeline transform].
+See also the xref:pipeline/transforms/xsdvalidator.adoc[XSD Validator pipeline transform].
 
 == Options