This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 12954dc10c MINOR: Add link to ADBC doc site (#37207)
12954dc10c is described below

commit 12954dc10c81bd4d785774a87551940910541759
Author: Matt Topol <[email protected]>
AuthorDate: Wed Aug 16 13:17:45 2023 -0400

    MINOR: Add link to ADBC doc site (#37207)
    
    It was pointed out to me that the ADBC documentation on the Arrow docs 
doesn't actually have a link to the ADBC Documentation site. This is 
particularly problematic as the Arrow site docs show up as the top result for 
ADBC on Google rather than the ADBC Documentation page itself. So we should add 
a link to the full ADBC documentation site to help with discovery and finding 
the tutorials and quickstart guides.
    
    Authored-by: Matt Topol <[email protected]>
    Signed-off-by: Matt Topol <[email protected]>
---
 docs/source/format/ADBC.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/source/format/ADBC.rst b/docs/source/format/ADBC.rst
index b71c8fe19f..3bf4360a70 100644
--- a/docs/source/format/ADBC.rst
+++ b/docs/source/format/ADBC.rst
@@ -19,6 +19,8 @@
 ADBC: Arrow Database Connectivity
 =================================
 
+Full Documentation on ADBC can be found at `https://arrow.apache.org/adbc/`_.
+
 Rationale
 =========
 

Reply via email to