Repository: flink Updated Branches: refs/heads/release-1.4 da435f121 -> b3df579f0
[hotfix][docs] Change mailing list link in quickstart to flink-user Previously it was pointing to flink-dev Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b3df579f Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b3df579f Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/b3df579f Branch: refs/heads/release-1.4 Commit: b3df579f0fd36f8b4a235a994caaaffe6f2b2a0d Parents: da435f1 Author: Piotr Nowojski <[email protected]> Authored: Fri Nov 10 15:15:11 2017 +0100 Committer: Aljoscha Krettek <[email protected]> Committed: Fri Nov 10 17:43:47 2017 +0100 ---------------------------------------------------------------------- docs/quickstart/java_api_quickstart.md | 7 ++++++- docs/quickstart/scala_api_quickstart.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/b3df579f/docs/quickstart/java_api_quickstart.md ---------------------------------------------------------------------- diff --git a/docs/quickstart/java_api_quickstart.md b/docs/quickstart/java_api_quickstart.md index 38a2aa9..7665a75 100644 --- a/docs/quickstart/java_api_quickstart.md +++ b/docs/quickstart/java_api_quickstart.md @@ -197,6 +197,11 @@ public static final class LineSplitter implements FlatMapFunction<String, Tuple2 {% gh_link /flink-examples/flink-examples-batch/src/main/java/org/apache/flink/examples/java/wordcount/WordCount.java "Check GitHub" %} for the full example code. -For a complete overview over our API, have a look at the [DataStream API]({{ site.baseurl }}/dev/datastream_api.html) and [DataSet API]({{ site.baseurl }}/dev/batch/index.html) sections. If you have any trouble, ask on our [Mailing List](http://mail-archives.apache.org/mod_mbox/flink-dev/). We are happy to provide help. +For a complete overview over our API, have a look at the +[DataStream API]({{ site.baseurl }}/dev/datastream_api.html) and +[DataSet API]({{ site.baseurl }}/dev/batch/index.html) sections. +If you have any trouble, ask on our +[Mailing List](http://mail-archives.apache.org/mod_mbox/flink-user/). +We are happy to provide help. {% top %} http://git-wip-us.apache.org/repos/asf/flink/blob/b3df579f/docs/quickstart/scala_api_quickstart.md ---------------------------------------------------------------------- diff --git a/docs/quickstart/scala_api_quickstart.md b/docs/quickstart/scala_api_quickstart.md index 378038e..dce71dd 100644 --- a/docs/quickstart/scala_api_quickstart.md +++ b/docs/quickstart/scala_api_quickstart.md @@ -263,7 +263,7 @@ For a complete overview over our API, have a look at the [DataSet API]({{ site.baseurl }}/dev/batch/index.html), and [Scala API Extensions]({{ site.baseurl }}/dev/scala_api_extensions.html) sections. If you have any trouble, ask on our -[Mailing List](http://mail-archives.apache.org/mod_mbox/flink-dev/). +[Mailing List](http://mail-archives.apache.org/mod_mbox/flink-user/). We are happy to provide help. {% top %}
