Skip to content

Commit 6780822

Browse files
committed
change separator in java client link
1 parent 0127d8f commit 6780822

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

documentation/clients/date-to-timestamp-conversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public class Main {
176176
}
177177
```
178178

179-
Learn more about the [QuestDB Java Client](/docs/clients/java_ilp/)
179+
Learn more about the [QuestDB Java Client](/docs/clients/java-ilp/)
180180

181181
## Date to Timestamp in C
182182

File renamed without changes.

documentation/pgwire/java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ driver with connection pooling.
3131

3232
For data ingestion, we recommend using QuestDB's first-party clients with the [InfluxDB Line Protocol (ILP)](/docs/ingestion-overview/)
3333
instead of PGWire. PGWire should primarily be used for querying data in QuestDB. QuestDB provides an
34-
official [Java client](/docs/clients/java_ilp/) for data ingestion using ILP.
34+
official [Java client](/docs/clients/java-ilp/) for data ingestion using ILP.
3535

3636
:::
3737

@@ -216,7 +216,7 @@ QuestDB, via the PostgreSQL wire protocol, supports array data types, including
216216

217217
:::tip
218218
Inserting large amounts of data using the JDBC driver can be inefficient. For high-throughput ingestion, consider using
219-
QuestDB's [Java ILP client](/docs/clients/java_ilp/) or the [InfluxDB Line Protocol (ILP)](/docs/ingestion-overview/).
219+
QuestDB's [Java ILP client](/docs/clients/java-ilp/) or the [InfluxDB Line Protocol (ILP)](/docs/ingestion-overview/).
220220
:::
221221

222222
When you need to insert multiple rows containing array data, such as a series of order book snapshots,

documentation/reference/api/java-embedded.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,5 +449,5 @@ caching of records pointless.
449449
450450
## InfluxDB Line Protocol client library
451451
452-
We have [Java Client Library](/docs/clients/java_ilp/) to allow fast data
452+
We have [Java Client Library](/docs/clients/java-ilp/) to allow fast data
453453
ingestion.

documentation/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = {
4949
label: "Go",
5050
},
5151
{
52-
id: "clients/java_ilp",
52+
id: "clients/java-ilp",
5353
type: "doc",
5454
label: "Java",
5555
},

documentation/third-party-tools/kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Configuration string with HTTPS and custom retry timeout:
327327
https::addr=localhost:9000;retry_timeout=60000;
328328
```
329329

330-
See the [Java Client configuration guide](/docs/clients/java_ilp) for all
330+
See the [Java Client configuration guide](/docs/clients/java-ilp) for all
331331
available options. Note that client configuration options are different from
332332
connector configuration options. The client configuration string specifies how
333333
the connector communicates with the QuestDB server, while the connector

shared/clients.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"protocol": "PGWire"
4141
},
4242
{
43-
"href": "/docs/clients/java_ilp",
43+
"href": "/docs/clients/java-ilp",
4444
"name": "Java",
4545
"description":
4646
"Platform-independent client for enterprise applications and Android development.",

shared/ilp_clients.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"label": "Java",
22-
"docsUrl": "/docs/reference/clients/java_ilp/",
22+
"docsUrl": "/docs/reference/clients/java-ilp/",
2323
"logoSrc": "/images/logos/java.svg"
2424
},
2525
{

0 commit comments

Comments
 (0)