You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2017/11/10 16:43:37 UTC

flink git commit: [hotfix][docs] Change mailing list link in quickstart to flink-user

Repository: flink
Updated Branches:
  refs/heads/master d98ba08a7 -> 1cd3ba3f2


[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/1cd3ba3f
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/1cd3ba3f
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/1cd3ba3f

Branch: refs/heads/master
Commit: 1cd3ba3f2af454bc33f2c880163c01dddd4d1738
Parents: d98ba08
Author: Piotr Nowojski <pi...@gmail.com>
Authored: Fri Nov 10 15:15:11 2017 +0100
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Fri Nov 10 17:43:19 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/1cd3ba3f/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/1cd3ba3f/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 %}