You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fh...@apache.org on 2015/09/17 14:04:07 UTC

[5/7] flink git commit: [FLINK-2691] [documentation] Fix broken links to Python script on QuickStart docs

[FLINK-2691] [documentation] Fix broken links to Python script on QuickStart docs

This closes #1140


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7a11a90f
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7a11a90f
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/7a11a90f

Branch: refs/heads/release-0.10.0-milestone-1
Commit: 7a11a90fd50a67c41fdddf836d903f1dbe4a3dbe
Parents: b49b155
Author: Felix Cheung <fe...@hotmail.com>
Authored: Wed Sep 16 17:00:39 2015 -0700
Committer: Fabian Hueske <fh...@apache.org>
Committed: Thu Sep 17 11:56:00 2015 +0200

----------------------------------------------------------------------
 docs/quickstart/run_example_quickstart.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/7a11a90f/docs/quickstart/run_example_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/quickstart/run_example_quickstart.md b/docs/quickstart/run_example_quickstart.md
index fb1d798..c7edec0 100644
--- a/docs/quickstart/run_example_quickstart.md
+++ b/docs/quickstart/run_example_quickstart.md
@@ -53,7 +53,7 @@ The `kmeans/` directory should now contain two files: `centers` and `points`. Th
 
 
 ## Inspect the Input Data
-Use the `plotPoints.py` tool to review the generated data points. [Download Python Script](quickstart/plotPoints.py)
+Use the `plotPoints.py` tool to review the generated data points. [Download Python Script](plotPoints.py)
 
 ~~~ bash
 python plotPoints.py points ./points input
@@ -145,7 +145,7 @@ Stop Flink when you are done.
 ~~~
 
 ## Analyze the Result
-Use the [Python Script](quickstart/plotPoints.py) again to visualize the result.
+Use the [Python Script](plotPoints.py) again to visualize the result.
 
 ~~~bash
 cd kmeans