From 263d41f0f7a946425dcf3d59f7a1544ed782b8af Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 30 May 2019 21:39:44 +0900 Subject: [PATCH] HTTPS link to yaml.org (#7686) --- docs/_docs/front-matter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/front-matter.md b/docs/_docs/front-matter.md index bbda3546..08423513 100644 --- a/docs/_docs/front-matter.md +++ b/docs/_docs/front-matter.md @@ -4,7 +4,7 @@ permalink: /docs/front-matter/ redirect_from: /docs/frontmatter/index.html --- -Any file that contains a [YAML](http://yaml.org/) front matter block will be +Any file that contains a [YAML](https://yaml.org/) front matter block will be processed by Jekyll as a special file. The front matter must be the first thing in the file and must take the form of valid YAML set between triple-dashed lines. Here is a basic example: