You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dian Fu (Jira)" <ji...@apache.org> on 2020/10/15 12:25:00 UTC

[jira] [Closed] (FLINK-19618) Broken link in docs

     [ https://issues.apache.org/jira/browse/FLINK-19618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dian Fu closed FLINK-19618.
---------------------------
    Resolution: Fixed

master: 26d20b06f9d25a292a1d63616a80d238d39d7f84
release-1.11: eaa2c98b2721c2c373c74bcb8242ae12272bad3c

> Broken link in docs
> -------------------
>
>                 Key: FLINK-19618
>                 URL: https://issues.apache.org/jira/browse/FLINK-19618
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.12.0
>            Reporter: hailong wang
>            Assignee: hailong wang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>
> I run the `check_links` shell and found the following broken link,
> {code:java}
> ERROR `/api/java/' not found.
> ERROR `/dev/python/table-api-users-guide/udfs.html' not found.
> ERROR `/dev/python/user-guide/table/dependency_management.html' not found.
> ERROR `/api/java/org/apache/flink/types/RowKind.html' not found.
> {code}
> 1. `ERROR `/api/java/' not found` seems reachable in remote ['[{{ExecutionEnvironment}}|https://ci.apache.org/projects/flink/flink-docs-release-1.11/api/java/]'|[https://ci.apache.org/projects/flink/flink-docs-master/concepts/flink-architecture.html#flink-application-execution]] (PS, It only broken in my local, I have already built the javadoc in my local.)
> 2. For `ERROR `/dev/python/table-api-users-guide/udfs.html' not found.`, I did not found any documents use this.
> 3. It is really broken. We should use 
> {code:java}
> dev/python/table-apis-users-guide/dependency_management.html {code}
> not 
> {code:java}
> dev/python/user-guide/table/dependency_management.html {code}
> in
> {code:java}
> dev/python/user-guide/table/python_table_api_connectors.md{code}
> 4. It is same as the first case.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)