Skip to content

Commit bd97e08

Browse files
Fix last remaining broken links (#1332)
1 parent 3d3070d commit bd97e08

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ These codes order the features in the table below.
106106

107107
| GD01
108108
| Updatable graphs
109-
| xref:clauses/clause-composition.adoc#writing-clauses[Cypher clauses -> Writing clauses]
109+
| xref:clauses/index.adoc#writing-clauses[Cypher clauses -> Writing clauses]
110110
| * Feature GD01 implies compliance with GQL feature GT01, "Explicit transaction commands", which states that conforming languages shall contain the following transaction control commands: `START TRANSACTION`, `ROLLBACK`, and `COMMIT`.
111111
These are not present in Cypher.
112112
However, Neo4j offers transaction management through the link:{neo4j-docs-base-uri}/create-applications[driver] transaction API.

modules/ROOT/pages/expressions/predicates/type-predicate-expressions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ RETURN val, val IS NOT :: STRING AS notString
6464
|===
6565

6666

67-
[[type-predicate-NULL]]
68-
== Type predicate expressions for NULL
67+
[[type-predicate-null]]
68+
== Type predicate expressions for null
6969

7070
All Cypher types includes the `null` value.
7171
Type predicate expressions can be appended with `NOT NULL`.

modules/ROOT/pages/patterns/match-modes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RETURN pathCount,
9595
[r IN relationships(samplePath) | r.id] AS samplePathBridges
9696
----
9797

98-
<1> The xref:functions/list.adoc#functions-collect[`collect()`] function collects all paths and `[0]` takes the first entry as the `samplePath`.
98+
<1> The xref:functions/aggregating.adoc#functions-collect[`collect()`] function collects all paths and `[0]` takes the first entry as the `samplePath`.
9999

100100
.Result
101101
[role="queryresult",options="header,footer",cols="3*<m"]

0 commit comments

Comments
 (0)