From 262b6f3c4ad5576005a7c96d6128e0665b93349d Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Mon, 19 Jun 2017 07:06:22 -0500 Subject: [PATCH] Fix broken link to example _config.yml file (#1069) --- docs/_docs/05-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/05-configuration.md b/docs/_docs/05-configuration.md index 68b585573210..fc797a5f5793 100644 --- a/docs/_docs/05-configuration.md +++ b/docs/_docs/05-configuration.md @@ -505,7 +505,7 @@ defaults: layout: single ``` -And of course any default value can be overridden by settings in a post, page, or collection file. All you need to do is specify the settings in the YAML Front Matter. For more examples be sure to check out the demo site's [`_config.yml`](https://github.com/{{ site.repository }}/gh-pages/_config.yml). +And of course any default value can be overridden by settings in a post, page, or collection file. All you need to do is specify the settings in the YAML Front Matter. For more examples be sure to check out the demo site's [`_config.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_config.yml). ## Outputting