You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by kisimple <gi...@git.apache.org> on 2018/05/21 11:01:26 UTC

[GitHub] flink pull request #6052: [Documentation] fix a wrong link in dev/table/sql

GitHub user kisimple opened a pull request:

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

    [Documentation] fix a wrong link in dev/table/sql

    In [dev/table/sql.html](https://ci.apache.org/projects/flink/flink-docs-master/dev/table/sql.html) there is link to an anchor on [dev/table/common.html](https://ci.apache.org/projects/flink/flink-docs-master/dev/table/common.html) which currently points at: 
    
    https://ci.apache.org/projects/flink/flink-docs-master/dev/table/common.html#register-a-table-in-the-catalog
    
    It is outdated, the right link is: 
    
    https://ci.apache.org/projects/flink/flink-docs-master/dev/table/common.html#register-tables-in-the-catalog
    
    Release 1.4 has the same problem.


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

    $ git pull https://github.com/kisimple/flink doc-fixes

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

    https://github.com/apache/flink/pull/6052.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 #6052
    
----
commit f84b4cc57c57dbe9c827c9eddd3caf76d6b96f4b
Author: blueszheng <ki...@...>
Date:   2018-05-21T10:42:45Z

    [Documentation] fix a wrong link in dev/table/sql

----


---

[GitHub] flink issue #6052: [Documentation] fix a wrong link in dev/table/sql

Posted by zentol <gi...@git.apache.org>.
Github user zentol commented on the issue:

    https://github.com/apache/flink/pull/6052
  
    merging.


---

[GitHub] flink issue #6052: [Documentation] fix a wrong link in dev/table/sql

Posted by zentol <gi...@git.apache.org>.
Github user zentol commented on the issue:

    https://github.com/apache/flink/pull/6052
  
    +1


---

[GitHub] flink pull request #6052: [Documentation] fix a wrong link in dev/table/sql

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---