Skip to content

Commit ba70a90

Browse files
author
Mark
committed
fixed links to documentation
1 parent 34d960f commit ba70a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ instead of using a ```for``` statement you can also use an DocumentEntitiy or an
274274
```
275275

276276
#User Management
277-
If you are using [authentication] (http://docs.arangodb.com/ConfigureArango/Authentication.html) you can manage users with the driver.
277+
If you are using [authentication] (https://docs.arangodb.com/Manual/GettingStarted/Authentication.html) you can manage users with the driver.
278278

279279
##add user
280280
``` Java
@@ -298,7 +298,7 @@ If you are using [authentication] (http://docs.arangodb.com/ConfigureArango/Auth
298298

299299

300300
#Graphs
301-
This driver supports the new [graph api](https://docs.arangodb.com/HttpGharial/README.html).
301+
This driver supports the new [graph api](https://docs.arangodb.com/HTTP/Gharial/index.html).
302302

303303
Some of the basic graph operations are described in the following:
304304

0 commit comments

Comments
 (0)