From 0e8682a37d0d9493db2bc00c88fce7270765bee8 Mon Sep 17 00:00:00 2001 From: Simran Date: Thu, 24 Oct 2024 20:08:14 +0200 Subject: [PATCH] Docs: Link to Java driver tutorial (#582) * Docs: Link to Java driver tutorial * Update README.md --------- Co-authored-by: Michele Rastelli --- README.md | 3 +-- tutorial/README.md | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c4df88db..86ab53472 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,5 @@ The official [ArangoDB](https://www.arangodb.com/) Java Driver. - [ChangeLog](ChangeLog.md) - [Examples](test-non-functional/src/test/java/example) -- [Tutorial](https://university.arangodb.com/courses/java-driver-tutorial-v7/) -- [Documentation](https://docs.arangodb.com/stable/develop/drivers/java/) +- [Documentation and Tutorial](https://docs.arangodb.com/stable/develop/drivers/java/) - [JavaDoc](https://www.javadoc.io/doc/com.arangodb/arangodb-java-driver/latest/index.html) diff --git a/tutorial/README.md b/tutorial/README.md index b7b2c67ac..95edb57f4 100644 --- a/tutorial/README.md +++ b/tutorial/README.md @@ -1,3 +1,4 @@ # ArangoDB Java driver tutorial -Code for ArangoDB [Java driver tutorial](https://university.arangodb.com/courses/java-driver-tutorial-v7/). +This folder contains the code for the +[Java driver tutorial](https://docs.arangodb.com/stable/develop/drivers/java/).