Skip to content

Commit

Permalink
[DOCS] fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
hansva committed Dec 5, 2024
1 parent 2ccd332 commit d5ab859
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/hop-user-manual/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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]

Expand Down

0 comments on commit d5ab859

Please sign in to comment.