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 335994f5b docs: fix chdb url in drivers table (#4708)
335994f5b is described below
commit 335994f5b6664deee8b2bc91969c3287e51806ec
Author: Ian Cook <[email protected]>
AuthorDate: Tue Aug 18 23:27:33 2026 -0400
docs: fix chdb url in drivers table (#4708)
d'oh, I forgot the scheme
---
docs/source/driver/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/driver/index.rst b/docs/source/driver/index.rst
index 883f3ccd7..d80b094d1 100644
--- a/docs/source/driver/index.rst
+++ b/docs/source/driver/index.rst
@@ -58,7 +58,7 @@ driver in the table below is packaged this way.
* - `chDB <https://clickhouse.com/docs/chdb/install/adbc>`__
- ``chdb``
- Vendor
- - :iconlink:`fa-brands fa-github|github.com/chdb-io/chdb-core|GitHub
repository`
+ - :iconlink:`fa-brands
fa-github|https://github.com/chdb-io/chdb-core|GitHub repository`
* - `ClickHouse <https://adbc-drivers.org/drivers/clickhouse/>`__
- ``clickhouse``
- Vendor