Skip to content

Commit bb95e2f

Browse files
committed
fixing issues
1 parent 7c5f6fd commit bb95e2f

File tree

6 files changed

+5
-349
lines changed

6 files changed

+5
-349
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@
6161
* xref:appendix/example-data.adoc[Example datasets]
6262
* xref:appendix/tutorials/tutorials-overview.adoc[Tutorials]
6363
** xref:appendix/tutorials/guide-build-a-recommendation-engine.adoc[Cypher recommendation engine]
64-
** xref:appendix/tutorials/guide-import-relational-and-etl.adoc[Import data from a relational database into Neo4j]
64+
** xref:data-import/import-relational-and-etl.adoc[Import data from a relational database into Neo4j]
6565
* xref:appendix/getting-started-resources.adoc[Resources]

modules/ROOT/pages/appendix/tutorials/guide-cypher-basics.adoc

Lines changed: 0 additions & 344 deletions
This file was deleted.

modules/ROOT/pages/appendix/tutorials/tutorials-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ You'll find out how to create, query, and delete data in Neo4j.
1111

1212
* xref:appendix/tutorials/guide-build-a-recommendation-engine.adoc[Build a Cypher Recommendation Engine] uses examples from _the Movie Graph_ and shows how to create recommendation algorithms with Cypher statements.
1313

14-
* xref:appendix/tutorials/guide-import-relational-and-etl.adoc[Tutorial: Import data from a relational database into Neo4j] shows the process for moving the data from a relational database into a graph database by translating the schema and using import tools.
14+
* xref:data-import/import-relational-and-etl.adoc[Tutorial: Import data from a relational database into Neo4j] shows the process for moving the data from a relational database into a graph database by translating the schema and using import tools.

modules/ROOT/pages/cypher.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ In case you have a background in SQL and are new to graph databases, these are s
315315
* xref:reference/graphdb-vs-rdbms[Transition from relational to graph database]
316316
* xref:cypher/cypher-sql.adoc[Reference: Comparing Cypher with SQL]
317317
* xref:data-import/relational-to-graph-import.adoc[How-to: Import from RDBMS into graph]
318-
* xref:appendix/tutorials/guide-import-relational-and-etl.adoc[Tutorial: Import data from a relational database into Neo4j]
318+
* xref:data-import/import-relational-and-etl.adoc[Tutorial: Import data from a relational database into Neo4j]
319319
* xref:data-modeling/relational-to-graph-modeling.adoc[How-to: Model data from relational to graph]
320320

321321
=== From NoSQL to Graphs

modules/ROOT/pages/cypher/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ endif::[]
6464
Cypher's constructs are close to natural language and the syntax is designed to visually look like a graph.
6565

6666
.A graph example involving four nodes and three relationships.
67-
image::cypherintro-graph1.svg[role="popup-link",width=600]
67+
image::cypherintro-graph.svg[role="popup-link",width=600]
6868

6969
If you want to represent the data in this graph in English, it would read as something like: _"Sally likes Graphs. Sally is friends with John. Sally works for Neo4j."_
7070

@@ -137,7 +137,7 @@ In Cypher, relationships are represented as square brackets with an optional arr
137137
In the example, the arrows connecting the nodes represent the relationship between the nodes:
138138

139139
.Graph featuring nodes and relationships.
140-
image::cypherintro-graph1.svg[]
140+
image::cypherintro-graph.svg[]
141141

142142

143143
==== Relationship directions
File renamed without changes.

0 commit comments

Comments
 (0)