You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by th...@apache.org on 2019/03/29 20:25:46 UTC

[beam] branch master updated: [BEAM-6918] Fixed broken Flink example link

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

thw 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 63680cb  [BEAM-6918] Fixed broken Flink example link
     new 37d4b40  Merge pull request #8156: [BEAM-6918] Fixed broken Flink example link
63680cb is described below

commit 63680cb4718d2a3823de751ad0dc42ee8d849e62
Author: David Yan <da...@apache.org>
AuthorDate: Wed Mar 27 15:40:24 2019 -0700

    [BEAM-6918] Fixed broken Flink example link
---
 sdks/python/apache_beam/runners/interactive/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/runners/interactive/README.md b/sdks/python/apache_beam/runners/interactive/README.md
index 97c5ad5..76200ba 100644
--- a/sdks/python/apache_beam/runners/interactive/README.md
+++ b/sdks/python/apache_beam/runners/interactive/README.md
@@ -251,7 +251,7 @@ You can choose to run Interactive Beam on Flink with the following settings.
 **Note**: Python Flink Runner (combination of PortableRunner and FlinkService)
 is being actively developed now, so these setups and commands are subject to
 changes. This guide and
-[Interactive Beam Running on Flink.ipynb](exampls/Interactive Beam Running on Flink.ipynb)
+[Interactive Beam Running on Flink.ipynb](examples/Interactive%20Beam%20Running%20on%20Flink.ipynb)
 capture the status of the world when it's last updated.
 
 ## TL;DR;