Skip to content

Commit fe29172

Browse files
severunAlexander Nieuwenhuijse
andauthored
Updated URLs in notebooks: Folders changed from /tour-of-beam/ to (#37876)
`/interactive-overview/`. Co-authored-by: Alexander Nieuwenhuijse <alexander.nieuwenhuijse@tmc.nl>
1 parent 8c48120 commit fe29172

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/notebooks/get-started/learn_beam_windowing_by_doing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
"We have already been introduced to the default GlobalWindow (see above) that covers the entire PCollection. \n",
329329
"Now we will dive into **fixed time windows, sliding time windows, and session windows**.\n",
330330
"\n",
331-
"> [Another windowing tutorial](https://colab.sandbox.google.com/github/apache/beam/blob/master/examples/notebooks/tour-of-beam/windowing.ipynb) with a toy dataset is recommended to go through."
331+
"> [Another windowing tutorial](https://colab.sandbox.google.com/github/apache/beam/blob/master/examples/notebooks/interactive-overview/windowing.ipynb) with a toy dataset is recommended to go through."
332332
]
333333
},
334334
{

examples/notebooks/interactive-overview/getting-started.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"colab_type": "text"
2222
},
2323
"source": [
24-
"<a href=\"https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/tour-of-beam/getting-started.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
24+
"<a href=\"https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/interactive-overview/getting-started.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
2525
]
2626
},
2727
{
@@ -1007,7 +1007,7 @@
10071007
"# What's next?\n",
10081008
"\n",
10091009
"* ![Open in Colab](https://github.com/googlecolab/open_in_colab/raw/main/images/icon16.png)\n",
1010-
" [Reading and writing data](https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/tour-of-beam/reading-and-writing-data.ipynb) --\n",
1010+
" [Reading and writing data](https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/interactive-overview/reading-and-writing-data.ipynb) --\n",
10111011
" how to read and write data to and from different data formats. \n",
10121012
"* [Transform catalog](https://beam.apache.org/documentation/transforms/python/overview) --\n",
10131013
" check out all the available transforms.\n",
@@ -1018,4 +1018,4 @@
10181018
]
10191019
}
10201020
]
1021-
}
1021+
}

examples/notebooks/interactive-overview/reading-and-writing-data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
"# What's next?\n",
736736
"\n",
737737
"* ![Open in Colab](https://github.com/googlecolab/open_in_colab/raw/main/images/icon16.png)\n",
738-
" [Windowing](https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/tour-of-beam/windowing.ipynb) --\n",
738+
" [Windowing](https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/interactive-overview/windowing.ipynb) --\n",
739739
" how process data based on time intervals. \n",
740740
"* [Programming guide](https://beam.apache.org/documentation/programming-guide) -- learn about all the Apache Beam concepts in more depth.\n",
741741
"* [Transform catalog](https://beam.apache.org/documentation/transforms/python/overview) -- check out all the available transforms.\n",
@@ -744,4 +744,4 @@
744744
]
745745
}
746746
]
747-
}
747+
}

0 commit comments

Comments
 (0)