From 5fa3f9b487ddfb0365ddcb0601a553206409c447 Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Tue, 22 Feb 2022 12:45:23 +0200 Subject: [PATCH] Native Reference Guide: Add link to Neo4j browser for convinience --- docs/src/main/asciidoc/native-reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/native-reference.adoc b/docs/src/main/asciidoc/native-reference.adoc index 5819aeeab266a..0bd08dd5f735c 100644 --- a/docs/src/main/asciidoc/native-reference.adoc +++ b/docs/src/main/asciidoc/native-reference.adoc @@ -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]