Skip to content

Commit 69f916a

Browse files
authored
Fix git repository URL in network-demo.adoc
1 parent 0501fbe commit 69f916a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/demos/pages/network-demo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ image::create_aura_instance.png[align="center"]
6363

6464
Be sure to save the credentials to log in to your database instance. Wait for the instance status to reach “RUNNING” before proceeding to the next step.
6565

66-
2. Clone the git repository from https://github.com/neo4j-product-examples/demo-fraud[https://github.com/neo4j-product-examples/demo-network]
66+
2. Clone the git repository from https://github.com/neo4j-product-examples/demo-network[https://github.com/neo4j-product-examples/demo-network]
6767
[source, bash]
6868
----
6969
git clone https://github.com/neo4j-product-examples/demo-network.git
@@ -190,4 +190,4 @@ You can explore the dashboard on your own to see other types of analyses using t
190190

191191
Now that you have seen how you can use Neo4j Graph Database to investigate WiFi networks and understand potentiol security problems, here are some ideas for your next steps:
192192

193-
* Load your own data into the same graph data model and run the same queries from this demo. An easy way to do this is to create relational tables or CSV files that match the format of the files in the data directory of the repository and use +model/Neo4j_importer_model.json+ to load the data using AuraDB’s data import service
193+
* Load your own data into the same graph data model and run the same queries from this demo. An easy way to do this is to create relational tables or CSV files that match the format of the files in the data directory of the repository and use +model/Neo4j_importer_model.json+ to load the data using AuraDB’s data import service

0 commit comments

Comments
 (0)