You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by yh...@apache.org on 2022/12/22 03:19:42 UTC

[beam] branch master updated: Fix a small wrong url link in notebook (#24746)

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

yhu 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 b877a6680ca Fix a small wrong url link in notebook (#24746)
b877a6680ca is described below

commit b877a6680ca5233f016b67ac8b4918068814732b
Author: yyy1000 <99...@qq.com>
AuthorDate: Thu Dec 22 11:19:36 2022 +0800

    Fix a small wrong url link in notebook (#24746)
---
 examples/notebooks/tour-of-beam/reading-and-writing-data.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/notebooks/tour-of-beam/reading-and-writing-data.ipynb b/examples/notebooks/tour-of-beam/reading-and-writing-data.ipynb
index 2fb541236f3..46dcce41122 100644
--- a/examples/notebooks/tour-of-beam/reading-and-writing-data.ipynb
+++ b/examples/notebooks/tour-of-beam/reading-and-writing-data.ipynb
@@ -735,7 +735,7 @@
         "# What's next?\n",
         "\n",
         "* ![Open in Colab](https://github.com/googlecolab/open_in_colab/raw/main/images/icon16.png)\n",
-        "  [Windowing](https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/tour-of-beam/reading-and-writing-data.ipynb) --\n",
+        "  [Windowing](https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/tour-of-beam/windowing.ipynb) --\n",
         "  how process data based on time intervals. \n",
         "* [Programming guide](https://beam.apache.org/documentation/programming-guide) -- learn about all the Apache Beam concepts in more depth.\n",
         "* [Transform catalog](https://beam.apache.org/documentation/transforms/python/overview) -- check out all the available transforms.\n",