From 930c65fb20da6572ead9ca81830633a4cf969519 Mon Sep 17 00:00:00 2001 From: "jaybe@jekyll" Date: Wed, 1 Jul 2020 01:32:44 -0500 Subject: [PATCH] Update pointer to special permalink variables for collections (#8274) Merge pull request 8274 --- docs/_docs/collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/collections.md b/docs/_docs/collections.md index 5985c0b6..0e2d2f5d 100644 --- a/docs/_docs/collections.md +++ b/docs/_docs/collections.md @@ -126,7 +126,7 @@ You can link to the generated page using the `url` attribute: ## Permalinks -There are special [permalink variables for collections]({{ '/docs/permalinks/' | relative_url }}) to +There are special [permalink variables for collections]({{ '/docs/permalinks/#collections' | relative_url }}) to help you control the output url for the entire collection. ## Custom Sorting of Documents {%- include docs_version_badge.html version="4.0" -%}