Fix internal links (#743)
It looks like two links on this page didn't get updated with the change from `./` to `@/` in ec61a57
.
This commit is contained in:
parent
6895ae5b10
commit
1cc0295637
|
@ -6,7 +6,7 @@ weight = 30
|
||||||
Two things can get paginated: a section and a taxonomy term.
|
Two things can get paginated: a section and a taxonomy term.
|
||||||
|
|
||||||
A paginated section gets the same `section` variable as a normal
|
A paginated section gets the same `section` variable as a normal
|
||||||
[section page](./documentation/templates/pages-sections.md#section-variables) minus its pages
|
[section page](@/documentation/templates/pages-sections.md#section-variables) minus its pages
|
||||||
while both a paginated taxonomy page and a paginated section page gets a
|
while both a paginated taxonomy page and a paginated section page gets a
|
||||||
`paginator` variable of the `Pager` type:
|
`paginator` variable of the `Pager` type:
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ current_index: Number;
|
||||||
## Section
|
## Section
|
||||||
|
|
||||||
A paginated section gets the same `section` variable as a normal
|
A paginated section gets the same `section` variable as a normal
|
||||||
[section page](./documentation/templates/pages-sections.md#section-variables)
|
[section page](@/documentation/templates/pages-sections.md#section-variables)
|
||||||
minus its pages. The pages are instead in `paginator.pages`.
|
minus its pages. The pages are instead in `paginator.pages`.
|
||||||
|
|
||||||
## Taxonomy term
|
## Taxonomy term
|
||||||
|
|
Loading…
Reference in a new issue