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/10/29 13:56:22 UTC

[02/10] flink git commit: [FLINK-2932] Examples in docs now download shell script using https instead of http

[FLINK-2932] Examples in docs now download shell script using https instead of http

This closes #1309


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

Branch: refs/heads/release-0.10
Commit: cdc0dfd18de04e2ae03f6dc0731220d0570523a4
Parents: fcc1eed
Author: Frederick F. Kautz IV <fk...@alumni.cmu.edu>
Authored: Wed Oct 28 14:02:47 2015 -0700
Committer: Fabian Hueske <fh...@apache.org>
Committed: Thu Oct 29 13:25:07 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/flink/blob/cdc0dfd1/docs/apis/example_connectors.md
----------------------------------------------------------------------
diff --git a/docs/apis/example_connectors.md b/docs/apis/example_connectors.md
index ef5e994..1a66529 100644
--- a/docs/apis/example_connectors.md
+++ b/docs/apis/example_connectors.md
@@ -145,7 +145,7 @@ Execute the following commands:
 2. Setup a new Flink project using the quickstarts:
 
    ~~~bash
-   curl http://flink.apache.org/q/quickstart.sh | bash
+   curl https://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/cdc0dfd1/docs/quickstart/java_api_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/quickstart/java_api_quickstart.md b/docs/quickstart/java_api_quickstart.md
index 5be21ca..4d94396 100644
--- a/docs/quickstart/java_api_quickstart.md
+++ b/docs/quickstart/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 http://flink.apache.org/q/quickstart.sh | bash
+    $ curl https://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/cdc0dfd1/docs/quickstart/scala_api_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/quickstart/scala_api_quickstart.md b/docs/quickstart/scala_api_quickstart.md
index 002488f..63f4d55 100644
--- a/docs/quickstart/scala_api_quickstart.md
+++ b/docs/quickstart/scala_api_quickstart.md
@@ -42,7 +42,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 http://flink.apache.org/q/quickstart-scala.sh | bash
+$ curl https://flink.apache.org/q/quickstart-scala.sh | bash
 {% endhighlight %}
     </div>
     <div class="tab-pane" id="maven-archetype">