From 49fa4987cc0321b1a71fbebede24c07e595fbf1b Mon Sep 17 00:00:00 2001 From: Stepan Burlakov Date: Fri, 3 Nov 2023 16:32:46 +0200 Subject: [PATCH] update jdbc release link --- docs/Guides/developing-with-firebolt/connecting-with-jdbc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Guides/developing-with-firebolt/connecting-with-jdbc.md b/docs/Guides/developing-with-firebolt/connecting-with-jdbc.md index 34e9ae7d..e3412126 100644 --- a/docs/Guides/developing-with-firebolt/connecting-with-jdbc.md +++ b/docs/Guides/developing-with-firebolt/connecting-with-jdbc.md @@ -19,7 +19,7 @@ Firebolt provides a [type 4](https://en.wikipedia.org/wiki/JDBC_driver#Type_4_dr The Firebolt JDBC driver is provided as a JAR file and requires [Java 11](https://java.com/en/download/manual.jsp){:target="_blank"} or later. -Download the Firebolt JDBC driver JAR file from the [GitHub Releases page](https://github.com/firebolt-db/jdbc/releases){:target="_blank"}. +Download the Firebolt JDBC driver JAR file from the [GitHub Releases page](https://github.com/firebolt-db/jdbc/releases/tag/v3.0.0-SNAPSHOT.io){:target="_blank"}. ## Adding the Firebolt JDBC driver as a Maven dependency