Skip to content

Commit d003e66

Browse files
HunternessJPryce-Aklundh
authored andcommitted
Fix broken link in WITH clause chapter (#1267)
The section had updated it's tag but the list referencing it hadn't updated its reference Not sure which versions of the docs are affected and need cherry-picks
1 parent 569db2c commit d003e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/clauses/with.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The `WITH` clause serves multiple purposes in Cypher:
1010
* xref:clauses/with.adoc#bind-values-to-variables[Bind the results of expressions to new variables]
1111
* xref:clauses/with.adoc#aggregations[Perform aggregations]
1212
* xref:clauses/with.adoc#remove-duplicate-values[Remove duplicate values]
13-
* xref:clauses/with.adoc#ordering-and-pagination[Order and paginate results]
13+
* xref:clauses/with.adoc#ordering-pagination[Order and paginate results]
1414
* xref:clauses/with.adoc#filter-results[Filter results]
1515
* xref:clauses/with.adoc#combine-write-and-read-clauses[Combine write and read clauses]
1616

0 commit comments

Comments
 (0)