Skip to content

Commit f901183

Browse files
authored
Update README.md
1 parent f25219e commit f901183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Drivers/Java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It can be used synchronously as well as asynchronously. The formerly separate as
66
driver with the same API as the synchronous driver, except that it returned a
77
`CompletableFuture<T>` instead of the result `T` directly, was merged into this
88
driver in version 6.2.0. See
9-
[async examples](https://github.com/arangodb/arangodb-java-driver/tree/master/src/test/java/com/arangodb/async/example){:target="_blank"}.
9+
[async examples](https://github.com/arangodb/arangodb-java-driver/tree/master/src/test/java/com/arangodb/async/example).
1010

1111
- [Getting Started](GettingStarted/README.md)
1212
- [Reference](Reference/README.md)

0 commit comments

Comments
 (0)