Skip to content

Commit 8d013e9

Browse files
committed
fixing issues
1 parent e785736 commit 8d013e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/ROOT/pages/cypher.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Cypher's constructs are based on English prose and iconography.
6464
This makes queries easy both to write and to read.
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 were to represent the data in this graph in English, it might read as something like: _"Sally likes Graphs. Sally is friends with John. Sally works for Neo4j."_
7070

@@ -136,7 +136,7 @@ In Cypher, relationships are represented as square brackets and an arrow connect
136136
In the example, the lines containing `:LIKES`, `:IS_FRIENDS_WITH`, and `:WORKS_FOR` represent the relationship between the nodes:
137137

138138
.Graph featuring nodes and relationships.
139-
image::cypherintro-graph1.svg[]
139+
image::cypherintro-graph.svg[]
140140

141141
[NOTE]
142142
====
@@ -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-intro/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:data-import/import-relational-and-etl.adoc[Tutorial: Import data from a relational database into Neo4j]
318+
* xref:appendix/tutorials/guide-import-relational-and-etl.adoc[Tutorial: Import data from a relational database into Neo4j]
319319
* link:data-modeling/relational-to-graph-modeling.adoc[How-to: Model data from relational to graph]
320320

321321
=== From NoSQL to Graphs
@@ -339,4 +339,4 @@ include::glossary.adoc[]
339339

340340
ifdef::backend-pdf[]
341341
<<<
342-
endif::[]
342+
endif::[]

0 commit comments

Comments
 (0)