You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "hailong wang (Jira)" <ji...@apache.org> on 2020/10/13 16:13:00 UTC

[jira] [Created] (FLINK-19618) Boken link in docs

hailong wang created FLINK-19618:
------------------------------------

             Summary: Boken 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
             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 found any document 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.

In conclusion, I will open a pr to fix the third case. 

 



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