[hotfix] [doc] Fix broken Flink on Windows link
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/02410324 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/02410324 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/02410324 Branch: refs/heads/master Commit: 02410324b2fe2e23f7621556cfda42d7a013f1f4 Parents: d007ac5 Author: Tzu-Li (Gordon) Tai <[email protected]> Authored: Fri Feb 10 14:01:37 2017 +0800 Committer: Tzu-Li (Gordon) Tai <[email protected]> Committed: Fri Feb 10 14:01:37 2017 +0800 ---------------------------------------------------------------------- docs/quickstart/setup_quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/02410324/docs/quickstart/setup_quickstart.md ---------------------------------------------------------------------- diff --git a/docs/quickstart/setup_quickstart.md b/docs/quickstart/setup_quickstart.md index 0628176..fcf82b5 100644 --- a/docs/quickstart/setup_quickstart.md +++ b/docs/quickstart/setup_quickstart.md @@ -30,7 +30,7 @@ Get a Flink example program up and running in a few simple steps. ## Setup: Download and Start Flink -Flink runs on __Linux, Mac OS X, and Windows__. To be able to run Flink, the only requirement is to have a working __Java 7.x__ (or higher) installation. Windows users, please take a look at the [Flink on Windows]({{ site.baseurl }}/setup/flink_on_windows) guide which describes how to run Flink on Windows for local setups. +Flink runs on __Linux, Mac OS X, and Windows__. To be able to run Flink, the only requirement is to have a working __Java 7.x__ (or higher) installation. Windows users, please take a look at the [Flink on Windows]({{ site.baseurl }}/setup/flink_on_windows.html) guide which describes how to run Flink on Windows for local setups. You can check the correct installation of Java by issuing the following command:
