You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/11/01 14:22:21 UTC

[arrow-site] branch master updated: MINOR: [Website] Fix links in JDBC post (#266)

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

lidavidm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d3cd08b183 MINOR: [Website] Fix links in JDBC post (#266)
d3cd08b183 is described below

commit d3cd08b183d26fdf6ef4ad1e9b324feb4e5c3972
Author: David Li <li...@gmail.com>
AuthorDate: Tue Nov 1 10:22:16 2022 -0400

    MINOR: [Website] Fix links in JDBC post (#266)
---
 _posts/2022-11-01-arrow-flight-sql-jdbc.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/_posts/2022-11-01-arrow-flight-sql-jdbc.md b/_posts/2022-11-01-arrow-flight-sql-jdbc.md
index ea0e51937b..b1ea5f9b86 100644
--- a/_posts/2022-11-01-arrow-flight-sql-jdbc.md
+++ b/_posts/2022-11-01-arrow-flight-sql-jdbc.md
@@ -83,9 +83,9 @@ Flight SQL is:
 
 ## Getting Involved
 
-The JDBC driver was merged for the [Arrow 10.0.0 release][TODO], and
+The JDBC driver was merged for the [Arrow 10.0.0 release][arrow-10], and
 the [source code][impl] can be found in the Arrow repository.
-Official builds of the driver are [available on Maven Central][TODO].
+Official builds of the driver are [available on Maven Central][maven].
 Dremio is already making use of the driver, and we're looking forward
 to seeing what else gets built on top.  Of course, there are still
 improvements to be made.  If you're interested in contributing, or
@@ -100,6 +100,7 @@ performance data transfers from databases”][dremio-presentation]
 their [guide][dremio-arrow].
 
 [adbc]: htttps://github.com/apache/arrow-adbc
+[arrow-10]: {% link _posts/2022-10-31-10.0.0-release.md %}
 [dremio]: https://www.dremio.com/
 [dremio-arrow]: https://www.dremio.com/resources/guides/apache-arrow/
 [dremio-odbc]: https://docs.dremio.com/software/drivers/arrow-flight-sql-odbc-driver/
@@ -110,4 +111,5 @@ their [guide][dremio-arrow].
 [hannes]: https://ir.cwi.nl/pub/26415
 [impl]: https://github.com/apache/arrow/tree/master/java/flight/flight-sql-jdbc-driver
 [jdbc]: https://docs.oracle.com/javase/tutorial/jdbc/overview/index.html
+[maven]: https://search.maven.org/search?q=a:flight-sql-jdbc-driver
 [ml]: {% link community.md %}