Skip to content

Commit d5cbecc

Browse files
loganvolkersmattbaileyuk
authored andcommitted
Fix deadlink for order-by
1 parent 52fe6b4 commit d5cbecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sorting-grouping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Arrays contain an ordered collection of values. If you need to re-order the val
1010

1111
1. Using the [`$sort()`](array-functions#sort) function.
1212

13-
2. Using the [order-by](control-operators#order-by) operator.
13+
2. Using the [order-by](path-operators#order-by-) operator.
1414

15-
The [order-by](control-operators#order-by) operator is a convenient syntax that can used directly in a path expression to sort the result sequences in ascending or descending order. The [`$sort()`](array-functions#sort) function requires more syntax to be written, but is more flexible and supports custom comparator functions.
15+
The [order-by](path-operators#order-by-) operator is a convenient syntax that can used directly in a path expression to sort the result sequences in ascending or descending order. The [`$sort()`](array-functions#sort) function requires more syntax to be written, but is more flexible and supports custom comparator functions.
1616

1717
## Grouping
1818

0 commit comments

Comments
 (0)