You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2022/12/20 21:06:59 UTC

[beam] branch master updated: Fix link to videos-and-podcasts page. (#24733)

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

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 256433fbc57 Fix link to videos-and-podcasts page. (#24733)
256433fbc57 is described below

commit 256433fbc57d0cabab93819ad2c2a35690588547
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Tue Dec 20 13:06:48 2022 -0800

    Fix link to videos-and-podcasts page. (#24733)
---
 website/www/site/content/en/blog/gsoc-19.md                             | 2 +-
 website/www/site/content/en/get-started/from-spark.md                   | 2 +-
 website/www/site/content/en/get-started/mobile-gaming-example.md        | 2 +-
 website/www/site/content/en/get-started/quickstart-go.md                | 2 +-
 website/www/site/content/en/get-started/quickstart-java.md              | 2 +-
 website/www/site/content/en/get-started/quickstart-py.md                | 2 +-
 website/www/site/content/en/get-started/quickstart/java.md              | 2 +-
 .../www/site/content/en/get-started/resources/videos-and-podcasts.md    | 1 +
 website/www/site/content/en/get-started/try-apache-beam.md              | 2 +-
 website/www/site/content/en/get-started/wordcount-example.md            | 2 +-
 10 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/website/www/site/content/en/blog/gsoc-19.md b/website/www/site/content/en/blog/gsoc-19.md
index b889193c24f..4c6c4a431f2 100644
--- a/website/www/site/content/en/blog/gsoc-19.md
+++ b/website/www/site/content/en/blog/gsoc-19.md
@@ -49,7 +49,7 @@ I wanted to explore Data Engineering, so for GSoC, I wanted to work on a project
 I had already read the [Streaming Systems book](http://streamingsystems.net/). So, I had an idea of the concepts that Beam is built on, but had never actually used Beam.
 Before actually submitting a proposal, I went through a bunch of resources to make sure I had a concrete understanding of Beam.
 I read the [Streaming 101](https://www.oreilly.com/ideas/the-world-beyond-batch-streaming-101) and [Streaming 102](https://www.oreilly.com/ideas/the-world-beyond-batch-streaming-102) blogs by Tyler Akidau. They are the perfect introduction to Beam’s unified model for Batch and Streaming.
-In addition, I watched all Beam talks on YouTube. You can find them on the [Beam Website](https://beam.apache.org/documentation/resources/videos-and-podcasts/).
+In addition, I watched all Beam talks on YouTube. You can find them on the [Beam Website](https://beam.apache.org/get-started/resources/videos-and-podcasts/).
 Beam has really good documentation. The [Programming Guide](https://beam.apache.org/documentation/programming-guide/) lays out all of Beam’s concepts really well. [Beam’s execution model](https://beam.apache.org/documentation/runtime/model) is also documented well and is a must-read to understand how Beam processes data.
 [waitingforcode.com](https://www.waitingforcode.com/apache-beam) also has good blog posts about Beam concepts.
 To get a better sense of the Beam codebase, I played around with it and worked on some PRs to understand Beam better and got familiar with the test suite and workflows.
diff --git a/website/www/site/content/en/get-started/from-spark.md b/website/www/site/content/en/get-started/from-spark.md
index 54546f6de4b..b1659b02cfc 100644
--- a/website/www/site/content/en/get-started/from-spark.md
+++ b/website/www/site/content/en/get-started/from-spark.md
@@ -332,7 +332,7 @@ with beam.Pipeline() as pipeline:
 * Learn how to read from and write to files in the [_Pipeline I/O_ section of the _Programming guide_](/documentation/programming-guide/#pipeline-io)
 * Walk through additional WordCount examples in the [WordCount Example Walkthrough](/get-started/wordcount-example).
 * Take a self-paced tour through our [Learning Resources](/documentation/resources/learning-resources).
-* Dive in to some of our favorite [Videos and Podcasts](/documentation/resources/videos-and-podcasts).
+* Dive in to some of our favorite [Videos and Podcasts](/get-started/resources/videos-and-podcasts).
 * Join the Beam [users@](/community/contact-us) mailing list.
 * If you're interested in contributing to the Apache Beam codebase, see the [Contribution Guide](/contribute).
 
diff --git a/website/www/site/content/en/get-started/mobile-gaming-example.md b/website/www/site/content/en/get-started/mobile-gaming-example.md
index d972f4597ea..63be47688be 100644
--- a/website/www/site/content/en/get-started/mobile-gaming-example.md
+++ b/website/www/site/content/en/get-started/mobile-gaming-example.md
@@ -412,7 +412,7 @@ We can use the resulting information to find, for example, what times of day our
 ## Next Steps
 
 * Take a self-paced tour through our [Learning Resources](/documentation/resources/learning-resources).
-* Dive in to some of our favorite [Videos and Podcasts](/documentation/resources/videos-and-podcasts).
+* Dive in to some of our favorite [Videos and Podcasts](/get-started/resources/videos-and-podcasts).
 * Join the Beam [users@](/community/contact-us) mailing list.
 
 Please don't hesitate to [reach out](/community/contact-us) if you encounter any issues!
diff --git a/website/www/site/content/en/get-started/quickstart-go.md b/website/www/site/content/en/get-started/quickstart-go.md
index 5c22ffbc7b7..bdfea79150a 100644
--- a/website/www/site/content/en/get-started/quickstart-go.md
+++ b/website/www/site/content/en/get-started/quickstart-go.md
@@ -88,7 +88,7 @@ $ wordcount --input <PATH_TO_INPUT_FILE> \
   and look through the [godoc](https://pkg.go.dev/github.com/apache/beam/sdks/v2/go/pkg/beam).
 * Walk through these WordCount examples in the [WordCount Example Walkthrough](/get-started/wordcount-example).
 * Take a self-paced tour through our [Learning Resources](/documentation/resources/learning-resources).
-* Dive in to some of our favorite [Videos and Podcasts](/documentation/resources/videos-and-podcasts).
+* Dive in to some of our favorite [Videos and Podcasts](/get-started/resources/videos-and-podcasts).
 * Join the Beam [users@](/community/contact-us) mailing list.
 
 Please don't hesitate to [reach out](/community/contact-us) if you encounter any issues!
diff --git a/website/www/site/content/en/get-started/quickstart-java.md b/website/www/site/content/en/get-started/quickstart-java.md
index d0884385352..6d12cc5e928 100644
--- a/website/www/site/content/en/get-started/quickstart-java.md
+++ b/website/www/site/content/en/get-started/quickstart-java.md
@@ -393,7 +393,7 @@ more counts*
 * Take a self-paced tour through our
   [Learning Resources](/documentation/resources/learning-resources).
 * Dive in to some of our favorite
-  [Videos and Podcasts](/documentation/resources/videos-and-podcasts).
+  [Videos and Podcasts](/get-started/resources/videos-and-podcasts).
 * Join the Beam [users@](/community/contact-us) mailing list.
 
 Please don't hesitate to [reach out](/community/contact-us) if you encounter any
diff --git a/website/www/site/content/en/get-started/quickstart-py.md b/website/www/site/content/en/get-started/quickstart-py.md
index ee68fa7be5f..0a37f75fafe 100644
--- a/website/www/site/content/en/get-started/quickstart-py.md
+++ b/website/www/site/content/en/get-started/quickstart-py.md
@@ -169,7 +169,7 @@ sequentially in the format `counts-0000-of-0001`.
   and look through the [Python SDK API reference](https://beam.apache.org/releases/pydoc).
 * Walk through these WordCount examples in the [WordCount Example Walkthrough](/get-started/wordcount-example).
 * Take a self-paced tour through our [Learning Resources](/documentation/resources/learning-resources).
-* Dive in to some of our favorite [Videos and Podcasts](/documentation/resources/videos-and-podcasts).
+* Dive in to some of our favorite [Videos and Podcasts](/get-started/resources/videos-and-podcasts).
 * Join the Beam [users@](/community/contact-us) mailing list.
 
 Please don't hesitate to [reach out](/community/contact-us) if you encounter any issues!
diff --git a/website/www/site/content/en/get-started/quickstart/java.md b/website/www/site/content/en/get-started/quickstart/java.md
index 00a2d5b1624..101586d8ca5 100644
--- a/website/www/site/content/en/get-started/quickstart/java.md
+++ b/website/www/site/content/en/get-started/quickstart/java.md
@@ -188,7 +188,7 @@ Google Cloud Dataflow. These systems support massively parallel processing.
 * Take a self-paced tour through our
   [Learning Resources](/documentation/resources/learning-resources).
 * Dive in to some of our favorite
-  [Videos and Podcasts](/documentation/resources/videos-and-podcasts).
+  [Videos and Podcasts](/get-started/resources/videos-and-podcasts).
 * Join the Beam [users@](/community/contact-us) mailing list.
 
 Please don't hesitate to [reach out](/community/contact-us) if you encounter any
diff --git a/website/www/site/content/en/get-started/resources/videos-and-podcasts.md b/website/www/site/content/en/get-started/resources/videos-and-podcasts.md
index e657209666f..2db4405271d 100644
--- a/website/www/site/content/en/get-started/resources/videos-and-podcasts.md
+++ b/website/www/site/content/en/get-started/resources/videos-and-podcasts.md
@@ -3,6 +3,7 @@ title: "Videos and Podcasts"
 aliases:
   - /learn/resources/
   - /get-started/resources/
+  - /documentation/resources/videos-and-podcasts/
 ---
 <!--
 Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/website/www/site/content/en/get-started/try-apache-beam.md b/website/www/site/content/en/get-started/try-apache-beam.md
index 80682e303ae..333deba8f3f 100644
--- a/website/www/site/content/en/get-started/try-apache-beam.md
+++ b/website/www/site/content/en/get-started/try-apache-beam.md
@@ -181,7 +181,7 @@ For a more detailed explanation about how WordCount works, see the [WordCount Ex
 
 * Walk through additional WordCount examples in the [WordCount Example Walkthrough](/get-started/wordcount-example).
 * Take a self-paced tour through our [Learning Resources](/documentation/resources/learning-resources).
-* Dive in to some of our favorite [Videos and Podcasts](/documentation/resources/videos-and-podcasts).
+* Dive in to some of our favorite [Videos and Podcasts](/get-started/resources/videos-and-podcasts).
 * Join the Beam [users@](/community/contact-us) mailing list.
 * If you're interested in contributing to the Apache Beam codebase, see the [Contribution Guide](/contribute).
 
diff --git a/website/www/site/content/en/get-started/wordcount-example.md b/website/www/site/content/en/get-started/wordcount-example.md
index f485a17c2ad..8d2d5d5521a 100644
--- a/website/www/site/content/en/get-started/wordcount-example.md
+++ b/website/www/site/content/en/get-started/wordcount-example.md
@@ -1452,7 +1452,7 @@ using [`beam.io.WriteToPubSub`](https://beam.apache.org/releases/pydoc/{{< param
 
 * Walk through the Mobile Gaming examples in the [Mobile Gaming Example Walkthrough](/get-started/mobile-gaming-example).
 * Take a self-paced tour through our [Learning Resources](/documentation/resources/learning-resources).
-* Dive in to some of our favorite [Videos and Podcasts](/documentation/resources/videos-and-podcasts).
+* Dive in to some of our favorite [Videos and Podcasts](/get-started/resources/videos-and-podcasts).
 * Join the Beam [users@](/community/contact-us) mailing list.
 
 Please don't hesitate to [reach out](/community/contact-us) if you encounter any issues!