From a1afbf3b405ad263a33d49e1e9ce569f29ee5189 Mon Sep 17 00:00:00 2001 From: Peter Gergo Barna Date: Thu, 27 Apr 2017 18:30:56 +0200 Subject: [PATCH 1/2] [BEAM-2098] Walkthrough URL in example code Javadoc is 404 not found --- .../src/main/java/org/apache/beam/examples/WordCount.java | 4 ++-- .../org/apache/beam/examples/cookbook/TriggerExample.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/java/src/main/java/org/apache/beam/examples/WordCount.java b/examples/java/src/main/java/org/apache/beam/examples/WordCount.java index 0c786bcf17bc..c93b15c9a3ae 100644 --- a/examples/java/src/main/java/org/apache/beam/examples/WordCount.java +++ b/examples/java/src/main/java/org/apache/beam/examples/WordCount.java @@ -44,8 +44,8 @@ * pipeline, for introduction of additional concepts. * *

For a detailed walkthrough of this example, see - * - * http://beam.apache.org/use/walkthroughs/ + * + * https://beam.apache.org/get-started/wordcount-example/ * * *

Basic concepts, also in the MinimalWordCount example: diff --git a/examples/java/src/main/java/org/apache/beam/examples/cookbook/TriggerExample.java b/examples/java/src/main/java/org/apache/beam/examples/cookbook/TriggerExample.java index 0b5d9adc637f..9f69579524f1 100644 --- a/examples/java/src/main/java/org/apache/beam/examples/cookbook/TriggerExample.java +++ b/examples/java/src/main/java/org/apache/beam/examples/cookbook/TriggerExample.java @@ -75,8 +75,8 @@ * *

Before running this example, it will be useful to familiarize yourself with Beam triggers * and understand the concept of 'late data', - * See: - * http://beam.apache.org/use/walkthroughs/ + * See: + * https://beam.apache.org/get-started/wordcount-example/ * *

The example is configured to use the default BigQuery table from the example common package * (there are no defaults for a general Beam pipeline). From 9f8bc7bfd0dd417e3459befffb48932e3fae144d Mon Sep 17 00:00:00 2001 From: Peter Gergo Barna Date: Fri, 28 Apr 2017 11:20:07 +0200 Subject: [PATCH 2/2] [BEAM-2098] fix link to triggers in the Javadocs --- .../org/apache/beam/examples/cookbook/TriggerExample.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/java/src/main/java/org/apache/beam/examples/cookbook/TriggerExample.java b/examples/java/src/main/java/org/apache/beam/examples/cookbook/TriggerExample.java index 9f69579524f1..49d5eda1e53f 100644 --- a/examples/java/src/main/java/org/apache/beam/examples/cookbook/TriggerExample.java +++ b/examples/java/src/main/java/org/apache/beam/examples/cookbook/TriggerExample.java @@ -75,8 +75,8 @@ * *

Before running this example, it will be useful to familiarize yourself with Beam triggers * and understand the concept of 'late data', - * See: - * https://beam.apache.org/get-started/wordcount-example/ + * See: + * https://beam.apache.org/documentation/programming-guide/#triggers * *

The example is configured to use the default BigQuery table from the example common package * (there are no defaults for a general Beam pipeline).