This is an automated email from the ASF dual-hosted git repository.
ianmcook pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 060d0d9b3 docs: link to drivers anchor on installation page (#4547)
060d0d9b3 is described below
commit 060d0d9b3cda931a4ec064f3950ae52a43019194
Author: Ian Cook <[email protected]>
AuthorDate: Mon Jul 20 15:04:39 2026 -0400
docs: link to drivers anchor on installation page (#4547)
Points a link on the drivers page to the correct anchor on the
installation page.
---
docs/source/driver/index.rst | 2 +-
docs/source/installation.rst | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/source/driver/index.rst b/docs/source/driver/index.rst
index 5b5564782..a9cc49bc9 100644
--- a/docs/source/driver/index.rst
+++ b/docs/source/driver/index.rst
@@ -173,7 +173,7 @@ details.
Some drivers are also published to language-specific package registries.
Apache-maintained drivers are on
-:doc:`PyPI, conda-forge, CRAN, and more </installation>`; some vendor
+:ref:`PyPI, conda-forge, CRAN, and more <driver-releases>`; some vendor
drivers list their own packages in each driver's documentation, linked from its
name in the table above.
diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index 3a628ab0e..2ce408c78 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -56,6 +56,8 @@ Compilation instructions can be found in `CONTRIBUTING.md`_.
.. _instructions: https://www.apache.org/info/verification.html
.. _KEYS: https://downloads.apache.org/arrow/KEYS
+.. _driver-releases:
+
Driver Releases
===============