summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/where.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/where.md')
-rw-r--r--docs/content/en/functions/where.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/functions/where.md b/docs/content/en/functions/where.md
index f712cd984..b7d31f645 100644
--- a/docs/content/en/functions/where.md
+++ b/docs/content/en/functions/where.md
@@ -115,7 +115,7 @@ You can also put the returned value of the `where` clauses into a variable:
Using `first` and `where` together can be very
powerful. Below snippet gets a list of posts only from [**main
-sections**](#mainsections), sorts it using the [default
+sections**]({{< relref "where.md#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:
@@ -163,7 +163,7 @@ section names to hard-coded values like `"posts"` or `"post"`.
```
If the user has not set this config parameter in their site config, it
-will default to the _section with the most pages_.
+will default to the *section with the most pages*.
The user can override the default: