Skip to content

Commit 2888847

Browse files
committed
fix anchors
1 parent 86f3288 commit 2888847

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Where possible methods will return an `SQLFeatureNotSupportedException` if the f
8181

8282
## Supported data types {#supported-data-types}
8383

84-
JDBC Driver supports the same data formats as the underlying [java client](/integrations/language-clients/java/client.md).
84+
JDBC Driver supports the same data formats as the underlying [java client](/integrations/language-clients/java/client/client.mdx).
8585

8686
### Handling Dates, Times, and Timezones {#handling-dates-times-and-timezones}
8787
`java.sql.Date`, `java.sql.Time`, and `java.sql.Timestamp` can complicate how Timezones are calculated - though they're of course supported,
@@ -170,7 +170,7 @@ try (HikariDataSource ds = new HikariDataSource(poolConfig);
170170
```
171171

172172
## More Information {#more-information}
173-
For more information, see our [GitHub repository](https://github.com/ClickHouse/clickhouse-java) and [Java Client documentation](/integrations/language-clients/java/client.md).
173+
For more information, see our [GitHub repository](https://github.com/ClickHouse/clickhouse-java) and [Java Client documentation](/integrations/language-clients/java/client/client.mdx).
174174

175175

176176
## Troubleshooting {#troubleshooting}

0 commit comments

Comments
 (0)