diff --git a/modules/ROOT/pages/clauses/load-csv.adoc b/modules/ROOT/pages/clauses/load-csv.adoc index b430f9b43..007560a38 100644 --- a/modules/ROOT/pages/clauses/load-csv.adoc +++ b/modules/ROOT/pages/clauses/load-csv.adoc @@ -30,7 +30,7 @@ Loading CSV files requires link:{neo4j-docs-base-uri}/operations-manual/{page-ve === Import local files You can store CSV files on the database server and then access them by using a `+file:///+` URL. -By default, paths are resolved relative to the Neo4j installation folder. +By default, paths are resolved relative to the Neo4j import directory. .Import artists name and year information from a local file ====