axreldable opened a new issue, #1011: URL: https://github.com/apache/arrow-java/issues/1011
### Describe the enhancement requested ### Describe the enhancement requested The Java documentation (RST sources under `docs/source/`) links to the Java API reference using the old URL scheme. Those links return 404 on the current documentation site. For example the [Schema](https://arrow.apache.org/docs/java/reference/org/apache/arrow/vector/types/pojo/Schema.html) link on the [Tabular Data](https://arrow.apache.org/java/current/vector_schema_root.html#) page return 404 and should be replaced with the proper [link](https://arrow.apache.org/java/current/reference/org.apache.arrow.vector/org/apache/arrow/vector/types/pojo/Schema.html). It relates to other java sources links as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
