Skip to content

Commit d5e5919

Browse files
lidavidmjhrotko
authored andcommitted
docs: fix intersphinx mapping for arrow-java reference (apache#3908)
1 parent 4de1f80 commit d5e5919

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def setup(app):
147147

148148
intersphinx_mapping = {
149149
"arrow": ("https://arrow.apache.org/docs/", None),
150+
"arrowjava": ("https://arrow.apache.org/java/current/", None),
150151
"pandas": ("https://pandas.pydata.org/docs/", None),
151152
"polars": ("https://docs.pola.rs/api/python/stable/", None),
152153
"python": ("https://docs.python.org/3", None),

docs/source/format/related_work.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ a particular system; or 2) could be used to implement such access.
6868
with application-specific extension points but without any higher
6969
level semantics.
7070

71-
:external+arrow:doc:`Arrow JDBC <java/jdbc>`
71+
:external+arrowjava:doc:`Arrow JDBC <jdbc>`
7272
A Java submodule, part of Arrow/Java, that uses the JDBC API to
7373
produce Arrow data. Internally, it can read data only row-at-a-time.
7474

0 commit comments

Comments
 (0)