Skip to content

Commit b4a0135

Browse files
author
mpv1989
committed
Fix example url in docs (issue #194)
1 parent 920d166 commit b4a0135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Drivers/Java/Reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In addition to set the configuration for HTTP you have to add the apache httpcli
6666

6767
## SSL
6868

69-
To use SSL, you have to set the configuration `useSsl` to `true` and set a `SSLContext`. (see [example code](../src/test/java/com/arangodb/example/ssl/SslExample.java))
69+
To use SSL, you have to set the configuration `useSsl` to `true` and set a `SSLContext`. (see [example code](../../../../src/test/java/com/arangodb/example/ssl/SslExample.java))
7070

7171
```Java
7272
ArangoDB arangoDB = new ArangoDB.Builder().useSsl(true).sslContext(sc).build();

0 commit comments

Comments
 (0)