8000 Docs: Use absolute link to SslExample.java in Setup.md (#199) · MladenMitev/arangodb-java-driver@2c3d85a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c3d85a

Browse files
Simran-Bmpv1989
authored andcommitted
Docs: Use absolute link to SslExample.java in Setup.md (arangodb#199)
We can't reference files from this repo when syncing and compiling the Drivers book for the hosted docs.
1 parent 02a64ff commit 2c3d85a

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