Skip to content

Commit

Permalink
[FLINK-12590][docs] Use HTTPS for all Flink links
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Jul 26, 2019
1 parent 372c143 commit bb82aac
Show file tree
Hide file tree
Showing 24 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -114,22 +114,22 @@ 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.


## Fork and Contribute

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
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/connectors/filesystem_sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion docs/dev/connectors/filesystem_sink.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
4 changes: 2 additions & 2 deletions docs/dev/libs/ml/contribution_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 %}
4 changes: 2 additions & 2 deletions docs/dev/libs/ml/contribution_guide.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion docs/getting-started/tutorials/datastream_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion docs/getting-started/tutorials/datastream_api.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion docs/getting-started/tutorials/flink_on_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/tutorials/flink_on_windows.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/tutorials/local_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/tutorials/local_setup.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/ops/deployment/yarn_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/ops/deployment/yarn_setup.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion flink-dist/src/main/flink-bin/README.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion flink-end-to-end-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* 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 {

Expand Down
2 changes: 1 addition & 1 deletion flink-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* 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')
Expand Down Expand Up @@ -52,11 +52,11 @@ public static void main(String[] args) throws Exception {
* 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
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* 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.
Expand Down Expand Up @@ -54,7 +54,7 @@ public static void main(String[] args) throws Exception {
* 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
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
*
*/

Expand Down

0 comments on commit bb82aac

Please sign in to comment.