8000 Merge branch 'master' of https://github.com/arangodb/arangodb-java-dr… · MladenMitev/arangodb-java-driver@35ef192 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35ef192

Browse files
author
mpv1989
committed
2 parents 1791d20 + 2c3d85a commit 35ef192

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Drivers/Java/Reference/Setup.md

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

6565
## SSL
6666

67-
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))
67+
To use SSL, you have to set the configuration `useSsl` to `true` and set a `SSLContext`
68+
(see [example code](https://github.com/arangodb/arangodb-java-driver/blob/master/src/test/java/com/arangodb/example/ssl/SslExample.java)).
6869

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

0 commit comments

Comments
 (0)
0