Fix a broken Markdown link in the docs
Whitespace is not allowed between the `]` and `(`.
This commit is contained in:
parent
c2dd408df4
commit
896c30d892
|
@ -64,5 +64,5 @@ term: TaxonomyTerm;
|
||||||
lang: String;
|
lang: String;
|
||||||
```
|
```
|
||||||
|
|
||||||
A paginated taxonomy term will also get a `paginator` variable; see the [pagination page]
|
A paginated taxonomy term will also get a `paginator` variable; see the
|
||||||
(@/documentation/templates/pagination.md) for more details.
|
[pagination page](@/documentation/templates/pagination.md) for more details.
|
||||||
|
|
Loading…
Reference in a new issue