Skip to content

Commit

Permalink
Native Reference Guide: Add link to Neo4j browser for convinience
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Feb 22, 2022
1 parent 9d0a21f commit 5fa3f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/native-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ After copying all the files, invoke the import script:
docker exec testneo4j bin/cypher-shell -u neo4j -p ${NEO_PASS} -f import.cypher
----

Once the import completes (shouldn't take more than a couple of minutes), go to the Neo4j browser,
Once the import completes (shouldn't take more than a couple of minutes), go to the link:http://localhost:7474[Neo4j browser],
and you'll be able to observe a small summary of the data in the graph:

image::native-reference-neo4j-db-info.png[Neo4j database information after import]
Expand Down

0 comments on commit 5fa3f9b

Please sign in to comment.