Skip to content

Commit 81e4751

Browse files
authored
Merge pull request #3136 from ClickHouse/tweaking-v1-reference
Update client-v1.md
2 parents 7ec7efa + 311901b commit 81e4751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/integrations/language-clients/java/client-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import Tabs from '@theme/Tabs';
22
import TabItem from '@theme/TabItem';
33
import CodeBlock from '@theme/CodeBlock';
44

5-
# Client (V1)
5+
# Client (0.7.x and earlier)
66

77
Java client library to communicate with a DB server thru its protocols. Current implementation supports only [HTTP interface](/docs/en/interfaces/http). The library provides own API to send requests to a server.
88

99
:::warning Deprecation
10-
This library will be deprecated soon. Use Client-v2 for new projects
10+
This library will be deprecated soon. Use the latest [Java Client](/docs/en/integrations/language-clients/java/client-v2.md) for new projects
1111
:::
1212

1313
## Setup

0 commit comments

Comments
 (0)