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 5be1bf7b3c Fix Help button Workflow Logging #2990
     new a0362772ab Merge pull request #2993 from nadment/2990
5be1bf7b3c is described below

commit 5be1bf7b3c60a82d412f83d0738f07c7e30f5e8b
Author: Nicolas Adment <[email protected]>
AuthorDate: Sat Jun 3 20:56:58 2023 +0200

    Fix Help button Workflow Logging #2990
---
 .../apache/hop/reflection/workflow/transform/WorkflowLoggingMeta.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/plugins/misc/reflection/src/main/java/org/apache/hop/reflection/workflow/transform/WorkflowLoggingMeta.java
 
b/plugins/misc/reflection/src/main/java/org/apache/hop/reflection/workflow/transform/WorkflowLoggingMeta.java
index 9e33e7eba5..011f028a00 100644
--- 
a/plugins/misc/reflection/src/main/java/org/apache/hop/reflection/workflow/transform/WorkflowLoggingMeta.java
+++ 
b/plugins/misc/reflection/src/main/java/org/apache/hop/reflection/workflow/transform/WorkflowLoggingMeta.java
@@ -36,7 +36,7 @@ import org.apache.hop.pipeline.transform.TransformMeta;
     name = "i18n::WorkflowLogging.Transform.Name",
     description = "i18n::WorkflowLogging.Transform.Description",
     categoryDescription = 
"i18n:org.apache.hop.pipeline.transform:BaseTransform.Category.Input",
-    documentationUrl = "/pipeline/transforms/pipeline-logging.html",
+    documentationUrl = "/pipeline/transforms/workflow-logging.html",
     image = "workflow-log.svg",
     keywords = "i18n::WorkflowLoggingMeta.keyword")
 public class WorkflowLoggingMeta extends BaseTransformMeta<WorkflowLogging, 
WorkflowLoggingData> {

Reply via email to