You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/07/26 12:21:40 UTC

[flink] branch master updated: [FLINK-12590][docs] Use HTTPS for all Flink links

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new bb82aac  [FLINK-12590][docs] Use HTTPS for all Flink links
bb82aac is described below

commit bb82aacf46565968359f5ee6d2503c3293d71d6e
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Fri Jul 26 14:20:57 2019 +0200

    [FLINK-12590][docs] Use HTTPS for all Flink links
---
 .github/CONTRIBUTING.md                                           | 4 ++--
 README.md                                                         | 8 ++++----
 docs/README.md                                                    | 2 +-
 docs/_config.yml                                                  | 4 ++--
 docs/dev/connectors/filesystem_sink.md                            | 2 +-
 docs/dev/connectors/filesystem_sink.zh.md                         | 2 +-
 docs/dev/libs/ml/contribution_guide.md                            | 4 ++--
 docs/dev/libs/ml/contribution_guide.zh.md                         | 4 ++--
 docs/getting-started/tutorials/datastream_api.md                  | 2 +-
 docs/getting-started/tutorials/datastream_api.zh.md               | 2 +-
 docs/getting-started/tutorials/flink_on_windows.md                | 2 +-
 docs/getting-started/tutorials/flink_on_windows.zh.md             | 2 +-
 docs/getting-started/tutorials/local_setup.md                     | 4 ++--
 docs/getting-started/tutorials/local_setup.zh.md                  | 4 ++--
 docs/ops/deployment/yarn_setup.md                                 | 2 +-
 docs/ops/deployment/yarn_setup.zh.md                              | 2 +-
 flink-dist/src/main/flink-bin/README.txt                          | 2 +-
 flink-end-to-end-tests/README.md                                  | 2 +-
 .../flink/examples/java/misc/CollectionExecutionExample.java      | 2 +-
 flink-python/README.md                                            | 2 +-
 .../resources/archetype-resources/src/main/java/BatchJob.java     | 6 +++---
 .../resources/archetype-resources/src/main/java/StreamingJob.java | 4 ++--
 .../resources/archetype-resources/src/main/scala/BatchJob.scala   | 6 +++---
 .../archetype-resources/src/main/scala/StreamingJob.scala         | 4 ++--
 24 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index be9453e..b05928f 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -6,6 +6,6 @@ To make the process smooth for the project *committers* (those who review and ac
 
 ## Contribution Guidelines
 
-Please check out the [How to Contribute guide](http://flink.apache.org/contributing/how-to-contribute.html) to understand how contributions are made. 
-A detailed explanation can be found in our [Contribute Code Guide](http://flink.apache.org/contributing/contribute-code.html) which also contains a list of coding guidelines that you should follow.
+Please check out the [How to Contribute guide](https://flink.apache.org/contributing/how-to-contribute.html) to understand how contributions are made.
+A detailed explanation can be found in our [Contribute Code Guide](https://flink.apache.org/contributing/contribute-code.html) which also contains a list of coding guidelines that you should follow.
 For pull requests, there is a [check list](PULL_REQUEST_TEMPLATE.md) with criteria taken from the How to Contribute Guide and the Coding Guidelines.
diff --git a/README.md b/README.md
index 48e312f..a11f13b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 Apache Flink is an open source stream processing framework with powerful stream- and batch-processing capabilities.
 
-Learn more about Flink at [http://flink.apache.org/](http://flink.apache.org/)
+Learn more about Flink at [https://flink.apache.org/](https://flink.apache.org/)
 
 
 ### Features
@@ -114,14 +114,14 @@ due to version incompatibilities with the bundled Scala version in Scala IDE 4.4
 
 Don’t hesitate to ask!
 
-Contact the developers and community on the [mailing lists](http://flink.apache.org/community.html#mailing-lists) if you need any help.
+Contact the developers and community on the [mailing lists](https://flink.apache.org/community.html#mailing-lists) if you need any help.
 
 [Open an issue](https://issues.apache.org/jira/browse/FLINK) if you found a bug in Flink.
 
 
 ## Documentation
 
-The documentation of Apache Flink is located on the website: [http://flink.apache.org](http://flink.apache.org)
+The documentation of Apache Flink is located on the website: [https://flink.apache.org](https://flink.apache.org)
 or in the `docs/` directory of the source code.
 
 
@@ -129,7 +129,7 @@ or in the `docs/` directory of the source code.
 
 This is an active open-source project. We are always open to people who want to use the system or contribute to it.
 Contact us if you are looking for implementation tasks that fit your skills.
-This article describes [how to contribute to Apache Flink](http://flink.apache.org/contributing/how-to-contribute.html).
+This article describes [how to contribute to Apache Flink](https://flink.apache.org/contributing/how-to-contribute.html).
 
 
 ## About
diff --git a/docs/README.md b/docs/README.md
index ededec1..924fcba 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -2,7 +2,7 @@ This README gives an overview of how to build and contribute to the documentatio
 
 The documentation is included with the source of Apache Flink in order to ensure that you always
 have docs corresponding to your checked out version. The online documentation at
-http://flink.apache.org/ is also generated from the files found here.
+https://flink.apache.org/ is also generated from the files found here.
 
 # Requirements
 
diff --git a/docs/_config.yml b/docs/_config.yml
index fee5e50..e79387c 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -41,10 +41,10 @@ scala_version_suffix: "_2.11"
 
 # Some commonly linked pages (this was more important to have as a variable
 # during incubator; by now it should also be fine to hardcode these.)
-website_url: "http://flink.apache.org"
+website_url: "https://flink.apache.org"
 jira_url: "https://issues.apache.org/jira/browse/FLINK"
 github_url: "https://github.com/apache/flink"
-download_url: "http://flink.apache.org/downloads.html"
+download_url: "https://flink.apache.org/downloads.html"
 
 # please use a protocol relative URL here
 baseurl: //ci.apache.org/projects/flink/flink-docs-master
diff --git a/docs/dev/connectors/filesystem_sink.md b/docs/dev/connectors/filesystem_sink.md
index 7e43aeb..874ffbd 100644
--- a/docs/dev/connectors/filesystem_sink.md
+++ b/docs/dev/connectors/filesystem_sink.md
@@ -144,6 +144,6 @@ of the parallel sink instance and `count` is the running number of part files th
 because of the batch size or batch roll over interval.
 
 For in-depth information, please refer to the JavaDoc for
-[BucketingSink](http://flink.apache.org/docs/latest/api/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSink.html).
+[BucketingSink](https://flink.apache.org/docs/latest/api/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSink.html).
 
 {% top %}
diff --git a/docs/dev/connectors/filesystem_sink.zh.md b/docs/dev/connectors/filesystem_sink.zh.md
index 9f56272..6939fd7 100644
--- a/docs/dev/connectors/filesystem_sink.zh.md
+++ b/docs/dev/connectors/filesystem_sink.zh.md
@@ -126,6 +126,6 @@ input.addSink(sink)
 `date-time` 是我们从日期/时间格式获得的字符串,`parallel-task` 是 sink 并发实例的索引,`count` 是因文件大小或者滚动周期而产生的
 文件的编号。
 
-更多信息,请参考 [BucketingSink](http://flink.apache.org/docs/latest/api/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSink.html)。
+更多信息,请参考 [BucketingSink](https://flink.apache.org/docs/latest/api/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSink.html)。
 
 {% top %}
diff --git a/docs/dev/libs/ml/contribution_guide.md b/docs/dev/libs/ml/contribution_guide.md
index 65f6b3f..cad39b7 100644
--- a/docs/dev/libs/ml/contribution_guide.md
+++ b/docs/dev/libs/ml/contribution_guide.md
@@ -31,7 +31,7 @@ The following document describes how to contribute to FlinkML.
 
 ## Getting Started
 
-In order to get started first read Flink's [contribution guide](http://flink.apache.org/contributing/how-to-contribute.html).
+In order to get started first read Flink's [contribution guide](https://flink.apache.org/contributing/how-to-contribute.html).
 Everything from this guide also applies to FlinkML.
 
 ## Pick a Topic
@@ -103,6 +103,6 @@ See `docs/_include/latex_commands.html` for the complete list of predefined late
 ## Contributing
 
 Once you have implemented the algorithm with adequate test coverage and added documentation, you are ready to open a pull request.
-Details of how to open a pull request can be found [here](http://flink.apache.org/contributing/how-to-contribute.html).
+Details of how to open a pull request can be found [here](https://flink.apache.org/contributing/how-to-contribute.html).
 
 {% top %}
diff --git a/docs/dev/libs/ml/contribution_guide.zh.md b/docs/dev/libs/ml/contribution_guide.zh.md
index 65f6b3f..cad39b7 100644
--- a/docs/dev/libs/ml/contribution_guide.zh.md
+++ b/docs/dev/libs/ml/contribution_guide.zh.md
@@ -31,7 +31,7 @@ The following document describes how to contribute to FlinkML.
 
 ## Getting Started
 
-In order to get started first read Flink's [contribution guide](http://flink.apache.org/contributing/how-to-contribute.html).
+In order to get started first read Flink's [contribution guide](https://flink.apache.org/contributing/how-to-contribute.html).
 Everything from this guide also applies to FlinkML.
 
 ## Pick a Topic
@@ -103,6 +103,6 @@ See `docs/_include/latex_commands.html` for the complete list of predefined late
 ## Contributing
 
 Once you have implemented the algorithm with adequate test coverage and added documentation, you are ready to open a pull request.
-Details of how to open a pull request can be found [here](http://flink.apache.org/contributing/how-to-contribute.html).
+Details of how to open a pull request can be found [here](https://flink.apache.org/contributing/how-to-contribute.html).
 
 {% top %}
diff --git a/docs/getting-started/tutorials/datastream_api.md b/docs/getting-started/tutorials/datastream_api.md
index 7f69abe..b0d242d 100644
--- a/docs/getting-started/tutorials/datastream_api.md
+++ b/docs/getting-started/tutorials/datastream_api.md
@@ -425,6 +425,6 @@ and, for example, see the number of processed elements:
 
 <a href="{{ site.baseurl }}/page/img/quickstart-example/jobmanager-job.png" ><img class="img-responsive" src="{{ site.baseurl }}/page/img/quickstart-example/jobmanager-job.png" alt="Example Job View"/></a>
 
-This concludes our little tour of Flink. If you have any questions, please don't hesitate to ask on our [Mailing Lists](http://flink.apache.org/community.html#mailing-lists).
+This concludes our little tour of Flink. If you have any questions, please don't hesitate to ask on our [Mailing Lists](https://flink.apache.org/community.html#mailing-lists).
 
 {% top %}
diff --git a/docs/getting-started/tutorials/datastream_api.zh.md b/docs/getting-started/tutorials/datastream_api.zh.md
index 6663e0b..fd6e3bb 100644
--- a/docs/getting-started/tutorials/datastream_api.zh.md
+++ b/docs/getting-started/tutorials/datastream_api.zh.md
@@ -425,6 +425,6 @@ and, for example, see the number of processed elements:
 
 <a href="{{ site.baseurl }}/page/img/quickstart-example/jobmanager-job.png" ><img class="img-responsive" src="{{ site.baseurl }}/page/img/quickstart-example/jobmanager-job.png" alt="Example Job View"/></a>
 
-This concludes our little tour of Flink. If you have any questions, please don't hesitate to ask on our [Mailing Lists](http://flink.apache.org/community.html#mailing-lists).
+This concludes our little tour of Flink. If you have any questions, please don't hesitate to ask on our [Mailing Lists](https://flink.apache.org/community.html#mailing-lists).
 
 {% top %}
diff --git a/docs/getting-started/tutorials/flink_on_windows.md b/docs/getting-started/tutorials/flink_on_windows.md
index a8c998f..264892a 100644
--- a/docs/getting-started/tutorials/flink_on_windows.md
+++ b/docs/getting-started/tutorials/flink_on_windows.md
@@ -22,7 +22,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-If you want to run Flink locally on a Windows machine you need to [download](http://flink.apache.org/downloads.html) and unpack the binary Flink distribution. After that you can either use the **Windows Batch** file (`.bat`), or use **Cygwin** to run the Flink Jobmanager.
+If you want to run Flink locally on a Windows machine you need to [download](https://flink.apache.org/downloads.html) and unpack the binary Flink distribution. After that you can either use the **Windows Batch** file (`.bat`), or use **Cygwin** to run the Flink Jobmanager.
 
 ## Starting with Windows Batch Files
 
diff --git a/docs/getting-started/tutorials/flink_on_windows.zh.md b/docs/getting-started/tutorials/flink_on_windows.zh.md
index 2c72ac4..513eac0 100644
--- a/docs/getting-started/tutorials/flink_on_windows.zh.md
+++ b/docs/getting-started/tutorials/flink_on_windows.zh.md
@@ -22,7 +22,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-If you want to run Flink locally on a Windows machine you need to [download](http://flink.apache.org/downloads.html) and unpack the binary Flink distribution. After that you can either use the **Windows Batch** file (`.bat`), or use **Cygwin** to run the Flink Jobmanager.
+If you want to run Flink locally on a Windows machine you need to [download](https://flink.apache.org/downloads.html) and unpack the binary Flink distribution. After that you can either use the **Windows Batch** file (`.bat`), or use **Cygwin** to run the Flink Jobmanager.
 
 ## Starting with Windows Batch Files
 
diff --git a/docs/getting-started/tutorials/local_setup.md b/docs/getting-started/tutorials/local_setup.md
index 799d390..ea0a89e 100644
--- a/docs/getting-started/tutorials/local_setup.md
+++ b/docs/getting-started/tutorials/local_setup.md
@@ -50,7 +50,7 @@ Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)
 <div class="codetabs" markdown="1">
 
 <div data-lang="Download and Unpack" markdown="1">
-1. Download a binary from the [downloads page](http://flink.apache.org/downloads.html). You can pick
+1. Download a binary from the [downloads page](https://flink.apache.org/downloads.html). You can pick
    any Scala variant you like. For certain features you may also have to download one of the pre-bundled Hadoop jars
    and place them into the `/lib` directory.
 2. Go to the download directory.
@@ -78,7 +78,7 @@ Version: 1.2.0, Commit ID: 1c659cf
 
 {% else %}
 ### Download and Compile
-Clone the source code from one of our [repositories](http://flink.apache.org/community.html#source-code), e.g.:
+Clone the source code from one of our [repositories](https://flink.apache.org/community.html#source-code), e.g.:
 
 {% highlight bash %}
 $ git clone https://github.com/apache/flink.git
diff --git a/docs/getting-started/tutorials/local_setup.zh.md b/docs/getting-started/tutorials/local_setup.zh.md
index e8ef56c..9e98cae 100644
--- a/docs/getting-started/tutorials/local_setup.zh.md
+++ b/docs/getting-started/tutorials/local_setup.zh.md
@@ -50,7 +50,7 @@ Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)
 <div class="codetabs" markdown="1">
 
 <div data-lang="Download and Unpack" markdown="1">
-1. Download a binary from the [downloads page](http://flink.apache.org/downloads.html). You can pick
+1. Download a binary from the [downloads page](https://flink.apache.org/downloads.html). You can pick
    any Scala variant you like. For certain features you may also have to download one of the pre-bundled Hadoop jars
    and place them into the `/lib` directory.
 2. Go to the download directory.
@@ -78,7 +78,7 @@ Version: 1.2.0, Commit ID: 1c659cf
 
 {% else %}
 ### Download and Compile
-Clone the source code from one of our [repositories](http://flink.apache.org/community.html#source-code), e.g.:
+Clone the source code from one of our [repositories](https://flink.apache.org/community.html#source-code), e.g.:
 
 {% highlight bash %}
 $ git clone https://github.com/apache/flink.git
diff --git a/docs/ops/deployment/yarn_setup.md b/docs/ops/deployment/yarn_setup.md
index 6ad2b6c..255eaeb 100644
--- a/docs/ops/deployment/yarn_setup.md
+++ b/docs/ops/deployment/yarn_setup.md
@@ -65,7 +65,7 @@ Apache [Hadoop YARN](http://hadoop.apache.org/) is a cluster resource management
 - at least Apache Hadoop 2.2
 - HDFS (Hadoop Distributed File System) (or another distributed file system supported by Hadoop)
 
-If you have troubles using the Flink YARN client, have a look in the [FAQ section](http://flink.apache.org/faq.html#yarn-deployment).
+If you have troubles using the Flink YARN client, have a look in the [FAQ section](https://flink.apache.org/faq.html#yarn-deployment).
 
 ### Start Flink Session
 
diff --git a/docs/ops/deployment/yarn_setup.zh.md b/docs/ops/deployment/yarn_setup.zh.md
index 94ea422..c3a18d7 100644
--- a/docs/ops/deployment/yarn_setup.zh.md
+++ b/docs/ops/deployment/yarn_setup.zh.md
@@ -65,7 +65,7 @@ Apache [Hadoop YARN](http://hadoop.apache.org/) is a cluster resource management
 - at least Apache Hadoop 2.2
 - HDFS (Hadoop Distributed File System) (or another distributed file system supported by Hadoop)
 
-If you have troubles using the Flink YARN client, have a look in the [FAQ section](http://flink.apache.org/faq.html#yarn-deployment).
+If you have troubles using the Flink YARN client, have a look in the [FAQ section](https://flink.apache.org/faq.html#yarn-deployment).
 
 ### Start Flink Session
 
diff --git a/flink-dist/src/main/flink-bin/README.txt b/flink-dist/src/main/flink-bin/README.txt
index 4ebee19..e299210 100644
--- a/flink-dist/src/main/flink-bin/README.txt
+++ b/flink-dist/src/main/flink-bin/README.txt
@@ -1,6 +1,6 @@
 For the latest information about Flink, please visit our website at:
 
-   http://flink.apache.org
+   https://flink.apache.org
 
 and our GitHub Account 
 
diff --git a/flink-end-to-end-tests/README.md b/flink-end-to-end-tests/README.md
index f1eae85..9d75148 100644
--- a/flink-end-to-end-tests/README.md
+++ b/flink-end-to-end-tests/README.md
@@ -37,7 +37,7 @@ $ FLINK_DIR=<flink dir> flink-end-to-end-tests/run-single-test.sh your_test.sh a
 
 Before running this nightly test case (test_streaming_bucketing.sh), please make sure to run `mvn -DskipTests install` in the `flink-end-to-end-tests` directory, so jar files necessary for the test like `BucketingSinkTestProgram.jar` could be generated.
 
-What's more, starting from 1.8.0 release it's required to make sure that `HADOOP_CLASSPATH` is [correctly set](https://ci.apache.org/projects/flink/flink-docs-stable/ops/deployment/hadoop.html) or the pre-bundled hadoop jar has been put into the `lib` folder of the `FLINK_DIR` (You can find the binaries from the [Downloads page](http://flink.apache.org/downloads.html) on the Flink project site).
+What's more, starting from 1.8.0 release it's required to make sure that `HADOOP_CLASSPATH` is [correctly set](https://ci.apache.org/projects/flink/flink-docs-stable/ops/deployment/hadoop.html) or the pre-bundled hadoop jar has been put into the `lib` folder of the `FLINK_DIR` (You can find the binaries from the [Downloads page](https://flink.apache.org/downloads.html) on the Flink project site).
 
 ### Kubernetes test
 
diff --git a/flink-examples/flink-examples-batch/src/main/java/org/apache/flink/examples/java/misc/CollectionExecutionExample.java b/flink-examples/flink-examples-batch/src/main/java/org/apache/flink/examples/java/misc/CollectionExecutionExample.java
index 79ac9ec..d3f3cff 100644
--- a/flink-examples/flink-examples-batch/src/main/java/org/apache/flink/examples/java/misc/CollectionExecutionExample.java
+++ b/flink-examples/flink-examples-batch/src/main/java/org/apache/flink/examples/java/misc/CollectionExecutionExample.java
@@ -31,7 +31,7 @@ import java.util.List;
  * DataSet transformations are executed on Java collections.
  *
  * <p>See the "Local Execution" section in the documentation for more details:
- * 	http://flink.apache.org/docs/latest/apis/local_execution.html
+ * 	https://flink.apache.org/docs/latest/apis/local_execution.html
  */
 public class CollectionExecutionExample {
 
diff --git a/flink-python/README.md b/flink-python/README.md
index a0117a0..7f8c936 100644
--- a/flink-python/README.md
+++ b/flink-python/README.md
@@ -2,7 +2,7 @@
 
 Apache Flink is an open source stream processing framework with the powerful stream- and batch-processing capabilities.
 
-Learn more about Flink at [http://flink.apache.org/](http://flink.apache.org/)
+Learn more about Flink at [https://flink.apache.org/](https://flink.apache.org/)
 
 This packaging allows you to write Flink programs in Python, but it is currently a very initial version and will change in future versions.
 
diff --git a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/main/java/BatchJob.java b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/main/java/BatchJob.java
index eac3189..fe6ef21 100644
--- a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/main/java/BatchJob.java
+++ b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/main/java/BatchJob.java
@@ -24,7 +24,7 @@ import org.apache.flink.api.java.ExecutionEnvironment;
  * Skeleton for a Flink Batch Job.
  *
  * <p>For a tutorial how to write a Flink batch application, check the
- * tutorials and examples on the <a href="http://flink.apache.org/docs/stable/">Flink Website</a>.
+ * tutorials and examples on the <a href="https://flink.apache.org/docs/stable/">Flink Website</a>.
  *
  * <p>To package your application into a JAR file for execution,
  * change the main class in the POM.xml file to this class (simply search for 'mainClass')
@@ -52,11 +52,11 @@ public class BatchJob {
 		 * and many more.
 		 * Have a look at the programming guide for the Java API:
 		 *
-		 * http://flink.apache.org/docs/latest/apis/batch/index.html
+		 * https://flink.apache.org/docs/latest/apis/batch/index.html
 		 *
 		 * and the examples
 		 *
-		 * http://flink.apache.org/docs/latest/apis/batch/examples.html
+		 * https://flink.apache.org/docs/latest/apis/batch/examples.html
 		 *
 		 */
 
diff --git a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/main/java/StreamingJob.java b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/main/java/StreamingJob.java
index 1feb4c4..a954ad3 100644
--- a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/main/java/StreamingJob.java
+++ b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/src/main/java/StreamingJob.java
@@ -24,7 +24,7 @@ import org.apache.flink.streaming.api.environment.StreamExecutionEnvironment;
  * Skeleton for a Flink Streaming Job.
  *
  * <p>For a tutorial how to write a Flink streaming application, check the
- * tutorials and examples on the <a href="http://flink.apache.org/docs/stable/">Flink Website</a>.
+ * tutorials and examples on the <a href="https://flink.apache.org/docs/stable/">Flink Website</a>.
  *
  * <p>To package your application into a JAR file for execution, run
  * 'mvn clean package' on the command line.
@@ -54,7 +54,7 @@ public class StreamingJob {
 		 * and many more.
 		 * Have a look at the programming guide for the Java API:
 		 *
-		 * http://flink.apache.org/docs/latest/apis/streaming/index.html
+		 * https://flink.apache.org/docs/latest/apis/streaming/index.html
 		 *
 		 */
 
diff --git a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/src/main/scala/BatchJob.scala b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/src/main/scala/BatchJob.scala
index 3798867..e710eb0 100644
--- a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/src/main/scala/BatchJob.scala
+++ b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/src/main/scala/BatchJob.scala
@@ -24,7 +24,7 @@ import org.apache.flink.api.scala._
  * Skeleton for a Flink Batch Job.
  *
  * For a tutorial how to write a Flink batch application, check the
- * tutorials and examples on the <a href="http://flink.apache.org/docs/stable/">Flink Website</a>.
+ * tutorials and examples on the <a href="https://flink.apache.org/docs/stable/">Flink Website</a>.
  *
  * To package your application into a JAR file for execution,
  * change the main class in the POM.xml file to this class (simply search for 'mainClass')
@@ -52,11 +52,11 @@ object BatchJob {
      * and many more.
      * Have a look at the programming guide:
      *
-     * http://flink.apache.org/docs/latest/apis/batch/index.html
+     * https://flink.apache.org/docs/latest/apis/batch/index.html
      *
      * and the examples
      *
-     * http://flink.apache.org/docs/latest/apis/batch/examples.html
+     * https://flink.apache.org/docs/latest/apis/batch/examples.html
      *
      */
 
diff --git a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/src/main/scala/StreamingJob.scala b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/src/main/scala/StreamingJob.scala
index ecd368a..92a0ba5 100644
--- a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/src/main/scala/StreamingJob.scala
+++ b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/src/main/scala/StreamingJob.scala
@@ -24,7 +24,7 @@ import org.apache.flink.streaming.api.scala._
  * Skeleton for a Flink Streaming Job.
  *
  * For a tutorial how to write a Flink streaming application, check the
- * tutorials and examples on the <a href="http://flink.apache.org/docs/stable/">Flink Website</a>.
+ * tutorials and examples on the <a href="https://flink.apache.org/docs/stable/">Flink Website</a>.
  *
  * To package your application into a JAR file for execution, run
  * 'mvn clean package' on the command line.
@@ -53,7 +53,7 @@ object StreamingJob {
      * and many more.
      * Have a look at the programming guide:
      *
-     * http://flink.apache.org/docs/latest/apis/streaming/index.html
+     * https://flink.apache.org/docs/latest/apis/streaming/index.html
      *
      */