From b4589ff0294e15772a8d1244e1aec5f111e2671a Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Mon, 14 Jan 2019 16:19:37 -0500 Subject: [PATCH] Fix a link --- content/en/functions/where.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/where.md b/content/en/functions/where.md index 74e9b602b..29623c908 100644 --- a/content/en/functions/where.md +++ b/content/en/functions/where.md @@ -107,7 +107,7 @@ You can also put the returned value of the `where` clauses into a variable: Using `first` and [`where`][wherefunction] together can be very powerful. Below snippet gets a list of posts only from [**main -sections**][mainsections], sorts it using the [default +sections**](#mainsections), sorts it using the [default ordering](/templates/lists/) for lists (i.e., `weight => date`), and then ranges through only the first 5 posts in that list: