Skip to content

Commit 73da6ac

Browse files
fix links
1 parent 48172a7 commit 73da6ac

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
@@ -30,7 +30,7 @@ Additionally, https://graphacademy.neo4j.com/[Neo4j GraphAcademy] has a variety
3030

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

33-
For a downloadable PDF version of the Cypher Manual, visit the link:{neo4j-docs-base-uri}/docs-archive/#_cypher_query_language[Neo4j documentation archive].
33+
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].
3434

3535
This introduction will cover the following topics:
3636

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

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

846846
* Selector is one of: `SHORTEST 1`, `ANY`, `ANY SHORTEST`, `ALL SHORTEST`, `SHORTEST GROUP`, or `SHORTEST 1 GROUP`.
847847
* There is only one relationship pattern.
848-
* 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.
848+
* 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.
849849
* In the case of a quantified path pattern, there are no node variables declared inside the quantified path pattern that are referenced elsewhere.
850850

851851
| `StatefulShortestPath(Into)`

0 commit comments

Comments
 (0)