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

Skip to content

Commit 6543478

Browse files
author
mpv1989
committed
2 parents 86fb37c + 3ae1876 commit 6543478

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Drivers/Java/Reference/Collection/CollectionManipulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ArangoCollection.create(CollectionCreateOptions options) : CollectionEntity
8484

8585
Creates a collection with the given _options_ for this collection's name, then returns collection information from the server.
8686

87-
Alternative for [ArangoDatabase.createCollection](#ArangoDatabase.createCollection).
87+
Alternative for [ArangoDatabase.createCollection](#arangodatabasecreatecollection).
8888

8989
**Arguments**
9090

docs/Drivers/Java/Reference/Database/DatabaseManipulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ArangoDatabase.create() : Boolean
3232

3333
Creates the database.
3434

35-
Alternative for [ArangoDB.createDatabase](#ArangoDB.createDatabase).
35+
Alternative for [ArangoDB.createDatabase](#arangodbcreatedatabase).
3636

3737
**Examples**
3838

docs/Drivers/Java/Reference/Graph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ GraphEntity graph = db.createGraph("some-graph", Arrays.asList(edgeDefinition),
6565

6666
Create a new graph in the graph module. The creation of a graph requires the name of the graph and a definition of its edges.
6767

68-
Alternative for [ArangoDatabase.createGraph](#ArangoDatabase.createGraph).
68+
Alternative for [ArangoDatabase.createGraph](#arangodatabasecreategraph).
6969

7070
**Arguments**
7171

0 commit comments

Comments
 (0)
0