You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2015/06/14 19:23:44 UTC

flink git commit: [scripts] fix quickstart URLs to point to the website

Repository: flink
Updated Branches:
  refs/heads/release-0.8 d9afefb0e -> 33e9df69d


[scripts] fix quickstart URLs to point to the website

- as of recent changes the quickstart scripts always point to the latest stable version
- the master doesn't contain the scripts anymore

Backported fix.


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

Branch: refs/heads/release-0.8
Commit: 33e9df69d07514115fc741d1ed036e565d0b0011
Parents: d9afefb
Author: Maximilian Michels <mx...@apache.org>
Authored: Sun Jun 14 19:13:03 2015 +0200
Committer: Maximilian Michels <mx...@apache.org>
Committed: Sun Jun 14 19:22:48 2015 +0200

----------------------------------------------------------------------
 docs/java_api_quickstart.md  | 2 +-
 docs/scala_api_quickstart.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/33e9df69/docs/java_api_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/java_api_quickstart.md b/docs/java_api_quickstart.md
index 4f975dd..4d53217 100644
--- a/docs/java_api_quickstart.md
+++ b/docs/java_api_quickstart.md
@@ -41,7 +41,7 @@ Use one of the following commands to __create a project__:
 <div class="tab-content">
     <div class="tab-pane active" id="quickstart-script">
     {% highlight bash %}
-    $ curl https://raw.githubusercontent.com/apache/flink/master/flink-quickstart/quickstart.sh | bash
+    $ curl http://flink.apache.org/q/quickstart.sh | bash
     {% endhighlight %}
     </div>
     <div class="tab-pane" id="maven-archetype">

http://git-wip-us.apache.org/repos/asf/flink/blob/33e9df69/docs/scala_api_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/scala_api_quickstart.md b/docs/scala_api_quickstart.md
index 02e8ae1..7e39495 100644
--- a/docs/scala_api_quickstart.md
+++ b/docs/scala_api_quickstart.md
@@ -41,7 +41,7 @@ Use one of the following commands to __create a project__:
 <div class="tab-content">
     <div class="tab-pane active" id="quickstart-script">
 {% highlight bash %}
-$ curl https://raw.githubusercontent.com/apache/flink/master/flink-quickstart/quickstart-scala.sh | bash
+$ curl http://flink.apache.org/q/quickstart.sh | bash
 {% endhighlight %}
     </div>
     <div class="tab-pane" id="maven-archetype">