From a3d665ce59335451b748a556e0b86fcfe893888f Mon Sep 17 00:00:00 2001 From: Therese Magnusson Date: Mon, 5 May 2025 11:56:57 +0200 Subject: [PATCH] Fix broken link in WITH clause chapter --- modules/ROOT/pages/clauses/with.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/clauses/with.adoc b/modules/ROOT/pages/clauses/with.adoc index 3219d3d26..258e72062 100644 --- a/modules/ROOT/pages/clauses/with.adoc +++ b/modules/ROOT/pages/clauses/with.adoc @@ -10,7 +10,7 @@ The `WITH` clause serves multiple purposes in Cypher: * xref:clauses/with.adoc#bind-values-to-variables[Bind the results of expressions to new variables] * xref:clauses/with.adoc#aggregations[Perform aggregations] * xref:clauses/with.adoc#remove-duplicate-values[Remove duplicate values] -* xref:clauses/with.adoc#ordering-and-pagination[Order and paginate results] +* xref:clauses/with.adoc#ordering-pagination[Order and paginate results] * xref:clauses/with.adoc#filter-results[Filter results] * xref:clauses/with.adoc#combine-write-and-read-clauses[Combine write and read clauses]