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 1af9e94d71 fixed xref link, added navigation. #2336
     new 225725864f Merge pull request #2894 from bamaer/2336
1af9e94d71 is described below

commit 1af9e94d717459c736ae2016b12668d7ece135e3
Author: Bart Maertens <[email protected]>
AuthorDate: Tue May 2 09:26:21 2023 +0200

    fixed xref link, added navigation. #2336
---
 docs/hop-user-manual/modules/ROOT/nav.adoc                              | 1 +
 .../modules/ROOT/pages/how-to-guides/workflows-parallel-execution.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 03219d2834..43d0d7436b 100644
--- a/docs/hop-user-manual/modules/ROOT/nav.adoc
+++ b/docs/hop-user-manual/modules/ROOT/nav.adoc
@@ -460,5 +460,6 @@ under the License.
 ** xref:how-to-guides/apache-hop-web-services-docker.adoc[Hop web services in 
Docker]
 ** xref:how-to-guides/joins-lookups.adoc[Joins and lookups]
 ** xref:how-to-guides/loops-in-apache-hop.adoc[Loops in Apache Hop]
+** xref:how-to-guides/workflows-parallel-execution.adoc[Parallel execution in 
workflows]
 ** xref:how-to-guides/run-hop-in-apache-airflow.adoc[Run Hop workflows and 
pipelines in Apache Airflow]
 * xref:community-blogs/index.adoc[Community Posts]
\ No newline at end of file
diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/how-to-guides/workflows-parallel-execution.adoc
 
b/docs/hop-user-manual/modules/ROOT/pages/how-to-guides/workflows-parallel-execution.adoc
index f15815fb0a..8e121d1ee8 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/how-to-guides/workflows-parallel-execution.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/how-to-guides/workflows-parallel-execution.adoc
@@ -20,7 +20,7 @@ under the License.
 
 = Parallel execution in Apache Hop workflows
 
-One of the first xref:installation-configuration.adoc[concepts^] new Apache 
Hop users learn is that pipelines are executed in parallel and workflows are 
executed sequentially.
+One of the first xref:installation-configuration.adoc[concepts] new Apache Hop 
users learn is that pipelines are executed in parallel and workflows are 
executed sequentially.
 
 However, there are cases where you want to overrule these defaults and execute 
pipelines sequentially and workflows in parallel.
 We'll take a closer look at the latter use case in more detail and show how 
you can run actions in a workflow in parallel.

Reply via email to