[FLINK-1414] Move quickstarts to website

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

Branch: refs/heads/master
Commit: 9b4f483ff456dfa42a76978dbb3adb095a3f499b
Parents: 05e0699
Author: Robert Metzger <rmetz...@apache.org>
Authored: Tue Feb 24 10:45:37 2015 +0100
Committer: Stephan Ewen <se...@apache.org>
Committed: Tue Mar 17 20:21:39 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/flink/blob/9b4f483f/docs/example_connectors.md
----------------------------------------------------------------------
diff --git a/docs/example_connectors.md b/docs/example_connectors.md
index dccddd0..5a2e504 100644
--- a/docs/example_connectors.md
+++ b/docs/example_connectors.md
@@ -115,7 +115,7 @@ Execute the following commands:
 2. Setup a new Flink project using the quickstarts:
 
    ~~~bash
-   curl 
https://raw.githubusercontent.com/apache/flink/master/flink-quickstart/quickstart.sh
 | bash
+   curl http://flink.apache.org/q/quickstart.sh | bash
    ~~~
 
 3. Add the following dependencies (in the `<dependencies>` section) to your 
`pom.xml` file:

http://git-wip-us.apache.org/repos/asf/flink/blob/9b4f483f/docs/java_api_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/java_api_quickstart.md b/docs/java_api_quickstart.md
index de01b3f..89b4506 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/9b4f483f/docs/scala_api_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/scala_api_quickstart.md b/docs/scala_api_quickstart.md
index 2472aa9..e7f841f 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-scala.sh | bash
 {% endhighlight %}
     </div>
     <div class="tab-pane" id="maven-archetype">

Reply via email to