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

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


The following commit(s) were added to refs/heads/release/2.11.0 by this push:
     new 34c5b7df81 [DOCS] fix broken links
34c5b7df81 is described below

commit 34c5b7df81020743165073af86763987398703c7
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Dec 5 09:52:21 2024 +0100

    [DOCS] fix broken links
---
 docs/hop-user-manual/modules/ROOT/nav.adoc                            | 4 ++--
 .../modules/ROOT/pages/metadata-types/beam-file-definition.adoc       | 4 ++--
 .../modules/ROOT/pages/pipeline/beam/getting-started-with-beam.adoc   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/hop-user-manual/modules/ROOT/nav.adoc 
b/docs/hop-user-manual/modules/ROOT/nav.adoc
index de244235d9..65c6d990bb 100644
--- a/docs/hop-user-manual/modules/ROOT/nav.adoc
+++ b/docs/hop-user-manual/modules/ROOT/nav.adoc
@@ -82,14 +82,14 @@ under the License.
 *** xref:pipeline/transforms/beambigtableoutput.adoc[Beam Bigtable Output]
 *** xref:pipeline/transforms/beambigqueryinput.adoc[Beam BigQuery Input]
 *** xref:pipeline/transforms/beambigqueryoutput.adoc[Beam BigQuery Output]
+*** xref:pipeline/transforms/beamfileinput.adoc[Beam File Input]
+*** xref:pipeline/transforms/beamfileoutput.adoc[Beam File Output]
 *** xref:pipeline/transforms/beamgcppublisher.adoc[Beam GCP Pub/Sub : Publish]
 *** xref:pipeline/transforms/beamgcpsubscriber.adoc[Beam GCP Pub/Sub : 
Subscribe]
-*** xref:pipeline/transforms/beaminput.adoc[Beam Input]
 *** xref:pipeline/transforms/beamkafkaconsume.adoc[Beam Kafka Consume]
 *** xref:pipeline/transforms/beamkafkaproduce.adoc[Beam Kafka Produce]
 *** xref:pipeline/transforms/beamkinesisconsume.adoc[Beam Kinesis Consume]
 *** xref:pipeline/transforms/beamkinesisproduce.adoc[Beam Kinesis Produce]
-*** xref:pipeline/transforms/beamoutput.adoc[Beam Output]
 *** xref:pipeline/transforms/beamtimestamp.adoc[Beam Timestamp]
 *** xref:pipeline/transforms/beamwindow.adoc[Beam Window]
 *** xref:pipeline/transforms/blockingtransform.adoc[Blocking transform]
diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/metadata-types/beam-file-definition.adoc
 
b/docs/hop-user-manual/modules/ROOT/pages/metadata-types/beam-file-definition.adoc
index 516e149347..3871ad4d6f 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/metadata-types/beam-file-definition.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/metadata-types/beam-file-definition.adoc
@@ -30,8 +30,8 @@ A Beam File Definition describes a file layout in a Beam 
pipeline and specifies
 
 Transforms:
 
-* xref:pipeline/transforms/beaminput.adoc[Beam Input]
-* xref:pipeline/transforms/beamoutput.adoc[Beam Output]
+* xref:pipeline/transforms/beamfileinput.adoc[Beam Input]
+* xref:pipeline/transforms/beamfileoutput.adoc[Beam Output]
 
 == Options
 
diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/beam/getting-started-with-beam.adoc
 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/beam/getting-started-with-beam.adoc
index 7eabadcc59..80a25ee938 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/beam/getting-started-with-beam.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/beam/getting-started-with-beam.adoc
@@ -131,7 +131,7 @@ Important to remember is that Beam pipelines try to solve 
every action in an 'em
 === Beam specific transforms
 
 There are a number of Beam specific transforms available which only work on 
the provided Beam pipeline execution engines.
-For example: xref:pipeline/transforms/beaminput.adoc[Beam Input] which reads 
text file data from one or more files or 
xref:pipeline/transforms/beambigqueryoutput.adoc[Beam BigQuery Output] which 
writes data to BigQuery.
+For example: xref:pipeline/transforms/beamfileinput.adoc[Beam Input] which 
reads text file data from one or more files or 
xref:pipeline/transforms/beambigqueryoutput.adoc[Beam BigQuery Output] which 
writes data to BigQuery.
 
 You can find these transforms in the `Big Data` category and their names all 
start with `Beam` to make is easy to recognize them.
 
@@ -242,7 +242,7 @@ If you install or remove plugins or update Hop itself make 
sure to remember to g
 
 == Beam File definitions
 
-The xref:pipeline/transforms/beaminput.adoc[Beam Input] and 
xref:pipeline/transforms/beamoutput.adoc[Beam Output] transforms expect you to 
define the layout of the file(s) being read or written.
+The xref:pipeline/transforms/beamfileinput.adoc[Beam Input] and 
xref:pipeline/transforms/beamfileoutput.adoc[Beam Output] transforms expect you 
to define the layout of the file(s) being read or written.
 
 image::beam-getting-started-beam-file-definition.png[Beam File Definition 
example]
 

Reply via email to