Skip to content

Commit fe6c950

Browse files
authored
Merge branch 'dev' into cypherupdate
2 parents ffa9bf6 + 15b7a83 commit fe6c950

File tree

6 files changed

+8
-539
lines changed

6 files changed

+8
-539
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
* xref:cypher/index.adoc[What is Cypher]
99
** xref:cypher/intro-tutorial.adoc[Get started with Cypher]
1010
** xref:cypher/cypher-sql.adoc[]
11-
** xref:cypher/patterns.adoc[]
12-
** xref:cypher/patterns-in-practice.adoc[]
1311
** xref:cypher/results.adoc[]
1412
** xref:cypher/updating.adoc[]
1513
** xref:cypher/large-statements.adoc[]

modules/ROOT/pages/appendix/example-data.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ With them, you can create or import a dataset and learn how to explore it.
156156
=== Aura Learning Center
157157

158158
You can access the example datasets through the Learning Center in the link:{docs-home}/aura[Aura console].
159-
Select the cap icon image:icon-guides.svg[width=3%] in the left-hand navigation to see a list of datasets available as learning guides.
159+
Select the cap icon image:icon-guides.svg[width=2%] in the left-hand navigation to see a list of datasets available as learning guides.
160160

161161
image:workspace-guides.jpg[]
162162

modules/ROOT/pages/cypher/intro-tutorial.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ For the first query, the result is "Joe Versus the Volcano", and for the second:
752752
== Find patterns
753753

754754
In the previous step, you queried the graph for nodes.
755-
Now you are going to retrieve related nodes by finding the xref:cypher/patterns.adoc[patterns] within the graph, that is, how these nodes are related to each other.
755+
Now you are going to retrieve related nodes by finding the link:https://neo4j.com/docs/cypher-manual/current/patterns/[patterns] within the graph, that is, how these nodes are related to each other.
756756

757757
=== All Tom Hanks movies
758758

0 commit comments

Comments
 (0)