Skip to content

Commit eb28a01

Browse files
committed
JDBC: Use central [crate-jdbc-standalone-latest] link reference
1 parent 106e44f commit eb28a01

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/_include/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
[cloud-datashader-github]: https://github.com/crate/cratedb-examples/blob/amo/cloud-datashader/topic/timeseries/explore/cloud-datashader.ipynb
88
[CTE]: inv:crate-reference#sql_dql_with
99
[CrateDB's PostgreSQL interface]: inv:crate-reference#interface-postgresql
10+
[crate-jdbc-standalone]: https://repo1.maven.org/maven2/io/crate/crate-jdbc-standalone/
11+
[crate-jdbc-standalone-latest.jar]: https://repo1.maven.org/maven2/io/crate/crate-jdbc-standalone/2.7.0/crate-jdbc-standalone-2.7.0.jar
1012
[dask-weather-data-colab]: https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/timeseries/dask-weather-data-import.ipynb
1113
[dask-weather-data-github]: https://github.com/crate/cratedb-examples/blob/main/topic/timeseries/dask-weather-data-import.ipynb
1214
[Datashader]: https://datashader.org/

docs/integrate/datagrip/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
(datagrip)=
22
# DataGrip
33

4+
:::{include} /_include/links.md
5+
:::
6+
47
```{div}
58
:style: "float: right; margin-left: 0.5em"
69
[![](https://blog.jetbrains.com/wp-content/uploads/2019/01/datagrip_icon.svg){w=120px}](https://www.jetbrains.com/datagrip/)
@@ -32,7 +35,7 @@ using the "Custom JARs" option when adding a database driver.
3235
:::
3336
:::{grid-item}
3437
[crate-jdbc-standalone] is the right choice here.
35-
For example, download and use the [crate-jdbc-standalone-2.7.0.jar] JAR file,
38+
For example, download and use the [crate-jdbc-standalone-latest.jar] JAR file,
3639
and select the driver class `io.crate.client.jdbc.CrateDriver`.
3740
:::
3841
:::{grid-item}
@@ -97,7 +100,5 @@ any contributions and reports.
97100
[CrateDB Cloud]: https://cratedb.com/product/cloud
98101
[CrateDB JDBC Driver]: https://cratedb.com/docs/jdbc/
99102
[CrateDB Self-Managed]: https://cratedb.com/product/self-managed
100-
[crate-jdbc-standalone]: https://repo1.maven.org/maven2/io/crate/crate-jdbc-standalone/
101-
[crate-jdbc-standalone-2.7.0.jar]: https://repo1.maven.org/maven2/io/crate/crate-jdbc-standalone/2.7.0/crate-jdbc-standalone-2.7.0.jar
102103
[DataGrip]: https://www.jetbrains.com/datagrip/
103104
[Tool: DataGrip]: https://github.com/crate/crate/labels/tool%3A%20DataGrip

0 commit comments

Comments
 (0)