dongjoon-hyun opened a new pull request, #2692: URL: https://github.com/apache/orc/pull/2692
### What changes were proposed in this pull request? This PR replaces the relative javadoc links under `site/` with absolute `javadoc.io` URLs, e.g. - Before: `/api/orc-core/index.html?org/apache/orc/OrcFile.html` - After: `https://javadoc.io/doc/org.apache.orc/orc-core/latest/org/apache/orc/OrcFile.html` All 22 links in `site/_docs/core-java.md`, `site/_docs/mapred.md`, and `site/_docs/mapreduce.md` are converted. ### Why are the changes needed? The relative `/api/` links depend on javadoc being published alongside the website. Linking to `javadoc.io` points at the published artifact javadoc directly. ### How was this patch tested? Manual verification; documentation-only change. `grep -rn "/api/" site/` returns no matches. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.8 -- 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]
