You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# TypeDB Java Driver
2
2
3
3
## Driver Architecture
4
-
To learn about the mechanism that TypeDB drivers use set up communication with databases running on the TypeDB Server, refer to the [Drivers Overview](https://typedb.com/docs/drivers/overview).
4
+
To learn about the mechanism that TypeDB drivers use set up communication with databases running on the TypeDB Server, refer to the [Drivers Overview](https://typedb.com/docs/core-concepts/drivers/overview).
5
5
6
6
## API Reference
7
-
To learn about the methods available for executing queries and retrieving their answers using Java, refer to the [API Reference](https://typedb.com/docs/drivers/java/api-reference).
7
+
To learn about the methods available for executing queries and retrieving their answers using Java, refer to the [API Reference](https://typedb.com/docs/reference/typedb-grpc-drivers/java).
8
8
9
9
## Import TypeDB Driver for Java through Maven
10
10
@@ -25,15 +25,13 @@ To learn about the methods available for executing queries and retrieving their
25
25
</dependencies>
26
26
```
27
27
28
-
Further documentation: https://typedb.com/docs/drivers/java/overview
29
-
30
28
## Build TypeDB Driver for Java from Source
31
29
32
30
> Note: You don't need to compile TypeDB Driver from source if you just want to use it in your code. See the _"Import TypeDB Driver for Java"_ section above.
33
31
34
32
1. Make sure you have the following dependencies installed on your machine:
Copy file name to clipboardExpand all lines: nodejs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
In the meantime, please us the `http-ts` node driver instead.**
5
5
6
6
## Driver Architecture
7
-
To learn about the mechanism that TypeDB drivers use set up communication with databases running on the TypeDB Server, refer to the [Drivers Overview](https://typedb.com/docs/drivers/overview).
7
+
To learn about the mechanism that TypeDB drivers use set up communication with databases running on the TypeDB Server, refer to the [Drivers Overview](https://typedb.com/docs/core-concepts/drivers/overview).
8
8
9
9
## API Reference
10
10
To learn about the methods available for executing queries and retrieving their answers using NodeJS, refer to the [API Reference](https://typedb.com/docs/drivers/nodejs/api-reference).
0 commit comments