Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11.2, 1.12.0
Description
I run the `check_links` shell and found the following broken link,
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.
1. `ERROR `/api/java/' not found` seems reachable in remote ['ExecutionEnvironment'|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
dev/python/table-apis-users-guide/dependency_management.html
not
dev/python/user-guide/table/dependency_management.html
in
dev/python/user-guide/table/python_table_api_connectors.md
4. It is same as the first case.
Attachments
Issue Links
- links to