Skip to content

Commit 219afda

Browse files
fix links
1 parent 294523b commit 219afda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/ROOT/pages/introduction/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Additionally, https://graphacademy.neo4j.com/[Neo4j GraphAcademy] has a variety
2424

2525
For a reference of all available Cypher features, see the link:{neo4j-docs-base-uri}/cypher-cheat-sheet/25/all/[Cypher Cheat Sheet].
2626

27-
For a downloadable PDF version of the Cypher Manual, visit the link:{neo4j-docs-base-uri}/docs-archive/#_cypher_query_language[Neo4j documentation archive].
27+
For a downloadable PDF version of the Cypher Manual, visit the link:{neo4j-docs-base-uri}/reference/docs-archive/#_cypher_query_language[Neo4j documentation archive].
2828

2929
This introduction will cover the following topics:
3030

modules/ROOT/pages/patterns/shortest-paths.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ Or, when the estimated cardinality of the source and target nodes in a shortest
844844

845845
* Selector is one of: `SHORTEST 1`, `ANY`, `ANY SHORTEST`, `ALL SHORTEST`, `SHORTEST GROUP`, or `SHORTEST 1 GROUP`.
846846
* There is only one relationship pattern.
847-
* If the pattern is a xref:patterns/variable-length-patterns.adoc#quantified-path-patterns[quantified path pattern] in the form of `\(()-[]-())`, or is a xref:patterns/variable-length-patterns.adoc#quantified-relationship[quantified-relationship], and it uses a filter that can be applied directly to the relationship.
847+
* If the pattern is a xref:patterns/variable-length-patterns.adoc#quantified-path-patterns[quantified path pattern] in the form of `\(()-[]-())`, or is a xref:patterns/variable-length-patterns.adoc#quantified-relationships[quantified-relationship], and it uses a filter that can be applied directly to the relationship.
848848
* In the case of a quantified path pattern, there are no node variables declared inside the quantified path pattern that are referenced elsewhere.
849849

850850
| `StatefulShortestPath(Into)`

0 commit comments

Comments
 (0)