Skip to content

Commit de1aca3

Browse files
updates Hazelcast website link in the documentation (#35565)
* removes jet runner links * switches to urls to hazelcast.com
1 parent 9039608 commit de1aca3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Apache Beam
2121

22-
[Apache Beam](http://beam.apache.org/) is a unified model for defining both batch and streaming data-parallel processing pipelines, as well as a set of language-specific SDKs for constructing pipelines and Runners for executing them on distributed processing backends, including [Apache Flink](http://flink.apache.org/), [Apache Spark](http://spark.apache.org/), [Google Cloud Dataflow](http://cloud.google.com/dataflow/), and [Hazelcast Jet](https://jet.hazelcast.org/).
22+
[Apache Beam](http://beam.apache.org/) is a unified model for defining both batch and streaming data-parallel processing pipelines, as well as a set of language-specific SDKs for constructing pipelines and Runners for executing them on distributed processing backends, including [Apache Flink](http://flink.apache.org/), [Apache Spark](http://spark.apache.org/), [Google Cloud Dataflow](http://cloud.google.com/dataflow/), and [Hazelcast Jet](https://hazelcast.com/).
2323

2424
## Status
2525

website/www/site/data/en/documentation_runners.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
icon: icons/documentation/runners/nemo-icon.svg
3333
description: Runs on <a target="_blank" href="https://nemo.apache.org">Apache Nemo</a>.
3434
- name: { text: "JetRunner:", link: /documentation/runners/jet/ }
35-
description: Runs on <a target="_blank" href="https://jet.hazelcast.org/">Hazelcast Jet</a>.
35+
description: Runs on <a target="_blank" href="https://hazelcast.com/">Hazelcast Jet</a>.
3636
- name: { text: "Twister2Runner:", link: /documentation/runners/twister2/ }
3737
description: Runs on <a target="_blank" href="https://twister2.org/">Twister2</a>.

0 commit comments

Comments
 (0)