diff options
Diffstat (limited to 'content/en/troubleshooting/faq.md')
-rw-r--r-- | content/en/troubleshooting/faq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/troubleshooting/faq.md b/content/en/troubleshooting/faq.md index f8106a7db..0fd67264c 100644 --- a/content/en/troubleshooting/faq.md +++ b/content/en/troubleshooting/faq.md @@ -79,7 +79,7 @@ Use `:=` to initialize a variable, and use `=` to assign a value to a variable t ###### When I paginate a list page, why is the page collection not filtered as specified? -You are probably invoking the [`Paginate`] or [`Paginator`] method more than once on the same page. See [details](/templates/pagination/#list-paginator-pages). +You are probably invoking the [`Paginate`] or [`Paginator`] method more than once on the same page. See [details](/templates/pagination/). ###### Why are there two ways to call a shortcode? |