Fix a link

This commit is contained in:
Kaushal Modi 2019-01-14 16:19:37 -05:00
parent b73dcb9adc
commit b4589ff029

View File

@ -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 Using `first` and [`where`][wherefunction] together can be very
powerful. Below snippet gets a list of posts only from [**main 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 ordering](/templates/lists/) for lists (i.e., `weight => date`), and
then ranges through only the first 5 posts in that list: then ranges through only the first 5 posts in that list: