You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/05/16 04:08:33 UTC

[beam-site] 03/04: Fix mailing list links and docker image

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

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 6c16369bc75ab89c97665d8e94218e26ab9899c0
Author: Henning Rohde <he...@google.com>
AuthorDate: Tue May 15 16:43:03 2018 -0700

    Fix mailing list links and docker image
---
 src/get-started/quickstart-go.md     | 6 +++---
 src/get-started/wordcount-example.md | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/get-started/quickstart-go.md b/src/get-started/quickstart-go.md
index 17dc3a2..9cb0408 100644
--- a/src/get-started/quickstart-go.md
+++ b/src/get-started/quickstart-go.md
@@ -53,7 +53,7 @@ $ wordcount --input gs://dataflow-samples/shakespeare/kinglear.txt \
             --runner dataflow \
             --project your-gcp-project \
             --temp_location gs://<your-gcs-bucket>/tmp/ \
-            --worker_harness_container_image=herohde-docker-apache.bintray.io/beam/go:20180514
+            --worker_harness_container_image=apache-docker-beam-snapshots-docker.bintray.io/beam/go:20180515
 ```
 
 ## Next Steps
@@ -62,6 +62,6 @@ $ wordcount --input gs://dataflow-samples/shakespeare/kinglear.txt \
   and look through the [godoc](https://godoc.org/github.com/apache/beam/sdks/go/pkg/beam).
 * Walk through these WordCount examples in the [WordCount Example Walkthrough]({{ site.baseurl }}/get-started/wordcount-example).
 * Dive in to some of our favorite [articles and presentations]({{ site.baseurl }}/documentation/resources).
-* Join the Beam [users@]({{ site.baseurl }}/get-started/support#mailing-lists) mailing list.
+* Join the Beam [users@]({{ site.baseurl }}/community/contact-us) mailing list.
 
-Please don't hesitate to [reach out]({{ site.baseurl }}/get-started/support) if you encounter any issues!
+Please don't hesitate to [reach out]({{ site.baseurl }}/community/contact-us) if you encounter any issues!
diff --git a/src/get-started/wordcount-example.md b/src/get-started/wordcount-example.md
index 3933c8d..41f21f5 100644
--- a/src/get-started/wordcount-example.md
+++ b/src/get-started/wordcount-example.md
@@ -445,7 +445,7 @@ $ wordcount --input gs://dataflow-samples/shakespeare/kinglear.txt \
             --runner dataflow \
             --project your-gcp-project \
             --temp_location gs://<your-gcs-bucket>/tmp/ \
-            --worker_harness_container_image=herohde-docker-apache.bintray.io/beam/go:20180514
+            --worker_harness_container_image=apache-docker-beam-snapshots-docker.bintray.io/beam/go:20180515
 ```
 
 To view the full code in Go, see
@@ -756,7 +756,7 @@ $ debugging_wordcount --input gs://dataflow-samples/shakespeare/kinglear.txt \
                       --runner dataflow \
                       --project your-gcp-project \
                       --temp_location gs://<your-gcs-bucket>/tmp/ \
-                      --worker_harness_container_image=herohde-docker-apache.bintray.io/beam/go:20180514
+                      --worker_harness_container_image=apache-docker-beam-snapshots-docker.bintray.io/beam/go:20180515
 ```
 
 To view the full code in Go, see
@@ -1065,7 +1065,7 @@ $ windowed_wordcount --input gs://dataflow-samples/shakespeare/kinglear.txt \
             --runner dataflow \
             --project your-gcp-project \
             --temp_location gs://<your-gcs-bucket>/tmp/ \
-            --worker_harness_container_image=herohde-docker-apache.bintray.io/beam/go:20180514
+            --worker_harness_container_image=apache-docker-beam-snapshots-docker.bintray.io/beam/go:20180515
 ```
 
 To view the full code in Go, see

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.