[GitHub] flink pull request #2834: [docs] Fix broken links and incorrect examples

2016-11-21 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/2834


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request #2834: [docs] Fix broken links and incorrect examples

2016-11-19 Thread mindprince
GitHub user mindprince opened a pull request:

https://github.com/apache/flink/pull/2834

[docs] Fix broken links and incorrect examples



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mindprince/flink docs-fix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/2834.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2834


commit 8c22d8d137b4aea95d3c93046fb98ce788f15f04
Author: Rohit Agarwal 
Date:   2016-11-19T03:27:26Z

[docs] Fix example in kafka connector documenation.

print() returns DataStreamSink not DataStream

commit 86dce780bb6aaba88ff5d216730820c3d3a29546
Author: Rohit Agarwal 
Date:   2016-11-19T08:41:34Z

[docs] Fix return type of keyBy()

commit 371e9889748da41fcc4bea37eacf334aa536b321
Author: Rohit Agarwal 
Date:   2016-11-19T08:06:39Z

[docs] Fix broken links.

I used https://github.com/wummel/linkchecker to find broken links.

linkchecker --no-follow-url 
'^(?!https://ci.apache.org/projects/flink/flink-docs-master).*$' 
https://ci.apache.org/projects/flink/flink-docs-master




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---