Skip to content

Commit 1184f11

Browse files
committed
actually fix broken anchors
1 parent e93899b commit 1184f11

File tree

1 file changed

+2
-2
lines changed
  • docs/integrations/language-clients/java/jdbc/_snippets

1 file changed

+2
-2
lines changed

docs/integrations/language-clients/java/jdbc/_snippets/_v0_8.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import Tabs from '@theme/Tabs';
22
import TabItem from '@theme/TabItem';
33

4-
`clickhouse-jdbc` implements the standard JDBC interface using the latest [java client](/integrations/language-clients/java/client/client.md).
5-
We recommend using the latest [java client](/integrations/language-clients/java/client.md) directly if performance/direct access is critical.
4+
`clickhouse-jdbc` implements the standard JDBC interface using the latest [java client](/integrations/language-clients/java/client/client.mdx).
5+
We recommend using the latest [java client](/integrations/language-clients/java/client.mdx) directly if performance/direct access is critical.
66

77
## Changes from 0.7.x {#changes-from-07x}
88
In 0.8 we tried to make the driver more strictly follow the JDBC specification, so there are some removed features that may affect you:

0 commit comments

Comments
 (0)