Skip to content

Commit a4d45bc

Browse files
authored
Remove patterns pages (#508) (#509)
1 parent 07ee652 commit a4d45bc

File tree

5 files changed

+2
-533
lines changed

5 files changed

+2
-533
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/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)