We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25219e commit f901183Copy full SHA for f901183
docs/Drivers/Java/README.md
@@ -6,7 +6,7 @@ It can be used synchronously as well as asynchronously. The formerly separate as
6
driver with the same API as the synchronous driver, except that it returned a
7
`CompletableFuture<T>` instead of the result `T` directly, was merged into this
8
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"}.
+[async examples](https://github.com/arangodb/arangodb-java-driver/tree/master/src/test/java/com/arangodb/async/example).
10
11
- [Getting Started](GettingStarted/README.md)
12
- [Reference](Reference/README.md)
0 commit comments