From 896c30d89242d60723a1148b1666c85dbc28fd67 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Thu, 2 Apr 2020 23:23:27 +0530 Subject: [PATCH] Fix a broken Markdown link in the docs Whitespace is not allowed between the `]` and `(`. --- docs/content/documentation/templates/taxonomies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/documentation/templates/taxonomies.md b/docs/content/documentation/templates/taxonomies.md index cfebf88e..923f0e28 100644 --- a/docs/content/documentation/templates/taxonomies.md +++ b/docs/content/documentation/templates/taxonomies.md @@ -64,5 +64,5 @@ term: TaxonomyTerm; lang: String; ``` -A paginated taxonomy term will also get a `paginator` variable; see the [pagination page] -(@/documentation/templates/pagination.md) for more details. +A paginated taxonomy term will also get a `paginator` variable; see the +[pagination page](@/documentation/templates/pagination.md) for more details.