Skip to content

Commit

Permalink
[hotfix][docs] Change mailing list link in quickstart to flink-user
Browse files Browse the repository at this point in the history
Previously it was pointing to flink-dev
  • Loading branch information
pnowojski authored and aljoscha committed Nov 10, 2017
1 parent d98ba08 commit 1cd3ba3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/quickstart/java_api_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion docs/quickstart/scala_api_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 1cd3ba3

Please sign in to comment.