Skip to content

Commit 5dddbf5

Browse files
authored
Fix broken links
1 parent 203b8be commit 5dddbf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Java libraries for connecting to ClickHouse and processing data in various forma
4444
| Transaction | Transaction | :white_check_mark: | supported since 0.3.2-patch11, use ClickHouse 22.7+ for native implicit transaction support |
4545
| | Savepoint | :x: | |
4646
| | XAConnection | :x: | |
47-
| Misc. | Centralized Configuration | :white_check_mark: | supported since 0.4.2, limited to JDBC driver and requires custom server setting `custom_jdbc_config` for all connected JDBC clients - [#1290](/ClickHouse/clickhouse-java/pull/1290) |
48-
| | INFILE & OUTFILE | :white_check_mark: | supported since 0.4.2, limited to JDBC driver and requires `localFile` option - [#1291](/ClickHouse/clickhouse-java/pull/1291) |
47+
| Misc. | Centralized Configuration | :white_check_mark: | supported since 0.4.2, limited to JDBC driver and requires custom server setting `custom_jdbc_config` for all connected JDBC clients - [#1290](../../pull/1290) |
48+
| | INFILE & OUTFILE | :white_check_mark: | supported since 0.4.2, limited to JDBC driver and requires `localFile` option - [#1291](../../pull/1291) |
4949
| | Implicit Type Conversion | :white_check_mark: | String/number to Date/Time/Timestamp and more |
5050

5151
## Usage

0 commit comments

Comments
 (0)