You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/29 12:10:20 UTC

[jira] [Commented] (FLINK-4284) DataSet/CEP link to non-existant "Linking with Flink" section

    [ https://issues.apache.org/jira/browse/FLINK-4284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15399219#comment-15399219 ] 

ASF GitHub Bot commented on FLINK-4284:
---------------------------------------

GitHub user zentol opened a pull request:

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

    [FLINK-4284] [docu] Fix broken links

    Fixes several broken links in the documentation. There were all links to the Batch documentation that are now under "Basic API Concepts".

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

    $ git pull https://github.com/zentol/flink 4284_docs_links

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

    https://github.com/apache/flink/pull/2311.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 #2311
    
----
commit 9c0ee4daa5c040c2131d3794aadc7ec574859219
Author: zentol <ch...@apache.org>
Date:   2016-07-29T12:06:14Z

    [FLINK-4284] [docu] Fix broken links

----


> DataSet/CEP link to non-existant "Linking with Flink" section
> -------------------------------------------------------------
>
>                 Key: FLINK-4284
>                 URL: https://issues.apache.org/jira/browse/FLINK-4284
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.1.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>
> Relevant section for DataSet (apis/batch/index.md; L 57-60):
> {code}
> The following program is a complete, working example of WordCount. You can copy &amp; paste the code
> to run it locally. You only have to include the correct Flink's library into your project
> (see Section [Linking with Flink](#linking-with-flink)) and specify the imports. Then you are ready
> to go!
> {code}
> Relevant section for CEP(apis/streaming/libs/cep.md; L 45-48:
> {code}
> ## Getting Started
> If you want to jump right in, you have to [set up a Flink program]({{ site.baseurl }}/apis/batch/index.html#linking-with-flink).
> Next, you have to add the FlinkCEP dependency to the `pom.xml` of your project.
> {code}
> The CEP doc probably shouldn't refer to the DataSet documentation at all.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)