Krisztian Szucs created ARROW-14497:
---------------------------------------
Summary: [Docs] Use relative internal links in the sphinx docs
Key: ARROW-14497
URL: https://issues.apache.org/jira/browse/ARROW-14497
Project: Apache Arrow
Issue Type: Improvement
Components: Documentation
Reporter: Krisztian Szucs
Fix For: 7.0.0
There are a lot of hardcoded urls referencing non-sphinx documentations across
the generated HTML files, couple of examples:
- https://arrow.apache.org/docs/r/
- https://arrow.apache.org/docs/js/
- https://arrow.apache.org/docs/c_glib/
- https://arrow.apache.org/docs/java/reference/
Using the new versioned docs the
{{https://arrow.apache.org/docs/5.0/java/index.html}} links should point to
{{https://arrow.apache.org/docs/5.0/java/reference/}} instead of
{{https://arrow.apache.org/docs/java/reference/}}
cc [~jorisvandenbossche]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)