File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ instead of using a ```for``` statement you can also use an DocumentEntitiy or an
274
274
```
275
275
276
276
#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.
278
278
279
279
##add user
280
280
``` Java
@@ -298,7 +298,7 @@ If you are using [authentication] (http://docs.arangodb.com/ConfigureArango/Auth
298
298
299
299
300
300
#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 ) .
302
302
303
303
Some of the basic graph operations are described in the following:
304
304
You can’t perform that action at this time.
0 commit comments