Skip to content

Commit 38dcfbe

Browse files
Add a link to the Bolt docs
1 parent 3182606 commit 38dcfbe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/ROOT/pages/java-embedded/bolt.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
:description: How to open a Bolt connector to your embedded instance to get GUI administration and other benefits.
22

3-
:org-neo4j-graphdb-factory-GraphDatabaseFactory: {neo4j-javadocs-base-uri}/org/neo4j/graphdb/factory/GraphDatabaseFactory.html
4-
5-
63
[[java-embedded-bolt]]
74
= Bolt connector
85

96
This describes how to open a Bolt connector to your embedded instance to get GUI administration and other benefits.
10-
Accessing Neo4j embedded via the Bolt protocol.
7+
Accessing Neo4j embedded via the link:https://neo4j.com/docs/bolt/current/[Bolt protocol].
118

129
The Neo4j Browser and the official Neo4j Drivers use the Bolt database protocol to communicate with Neo4j.
1310
By default, Neo4j embedded does not expose a Bolt connector, but you can enable one.

0 commit comments

Comments
 (0)