Skip to content

Commit

Permalink
Docs: Link to Java driver tutorial (#582)
Browse files Browse the repository at this point in the history
* Docs: Link to Java driver tutorial

* Update README.md

---------

Co-authored-by: Michele Rastelli <[email protected]>
  • Loading branch information
Simran-B and rashtao authored Oct 24, 2024
1 parent 5e164dc commit 0e8682a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
3 changes: 2 additions & 1 deletion tutorial/README.md
Original file line number Diff line number Diff line change
@@ -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/).

0 comments on commit 0e8682a

Please sign in to comment.