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 ebbaa8978d updates doc links for pipeline, workflow executor. #3083
     new 14058c8e00 Merge pull request #3093 from bamaer/master
ebbaa8978d is described below

commit ebbaa8978d3b5ccbd9031909faa2923a07815d11
Author: Bart Maertens <[email protected]>
AuthorDate: Tue Jul 18 13:12:43 2023 +0200

    updates doc links for pipeline, workflow executor. #3083
---
 .../hop/pipeline/transforms/pipelineexecutor/PipelineExecutorMeta.java  | 2 +-
 .../hop/pipeline/transforms/workflowexecutor/WorkflowExecutorMeta.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/plugins/transforms/pipelineexecutor/src/main/java/org/apache/hop/pipeline/transforms/pipelineexecutor/PipelineExecutorMeta.java
 
b/plugins/transforms/pipelineexecutor/src/main/java/org/apache/hop/pipeline/transforms/pipelineexecutor/PipelineExecutorMeta.java
index 5c47da072a..1c376461d8 100644
--- 
a/plugins/transforms/pipelineexecutor/src/main/java/org/apache/hop/pipeline/transforms/pipelineexecutor/PipelineExecutorMeta.java
+++ 
b/plugins/transforms/pipelineexecutor/src/main/java/org/apache/hop/pipeline/transforms/pipelineexecutor/PipelineExecutorMeta.java
@@ -61,7 +61,7 @@ import java.util.List;
     name = "i18n::PipelineExecutor.Name",
     description = "i18n::PipelineExecutor.Description",
     categoryDescription = 
"i18n:org.apache.hop.pipeline.transform:BaseTransform.Category.Flow",
-    documentationUrl = "/pipeline/transforms/pipelineexecutor.html",
+    documentationUrl = "/pipeline/transforms/pipeline-executor.html",
     keywords = "i18n::PipelineExecutorMeta.keyword")
 public class PipelineExecutorMeta
     extends TransformWithMappingMeta<PipelineExecutor, PipelineExecutorData>
diff --git 
a/plugins/transforms/workflowexecutor/src/main/java/org/apache/hop/pipeline/transforms/workflowexecutor/WorkflowExecutorMeta.java
 
b/plugins/transforms/workflowexecutor/src/main/java/org/apache/hop/pipeline/transforms/workflowexecutor/WorkflowExecutorMeta.java
index 4df16d7540..e955f4a28a 100644
--- 
a/plugins/transforms/workflowexecutor/src/main/java/org/apache/hop/pipeline/transforms/workflowexecutor/WorkflowExecutorMeta.java
+++ 
b/plugins/transforms/workflowexecutor/src/main/java/org/apache/hop/pipeline/transforms/workflowexecutor/WorkflowExecutorMeta.java
@@ -70,7 +70,7 @@ import java.util.Map;
     name = "i18n::WorkflowExecutor.Name",
     description = "i18n::WorkflowExecutor.Description",
     categoryDescription = 
"i18n:org.apache.hop.pipeline.transform:BaseTransform.Category.Flow",
-    documentationUrl = "/pipeline/transforms/workflowexecutor.html",
+    documentationUrl = "/pipeline/transforms/workflow-executor.html",
     keywords = "i18n::WorkflowExecutorMeta.keyword")
 public class WorkflowExecutorMeta extends BaseTransformMeta<WorkflowExecutor, 
WorkflowExecutorData> {
   private static final Class<?> PKG = WorkflowExecutorMeta.class; // For 
Translator

Reply via email to