HTTPS link to yaml.org (#7686)

This commit is contained in:
Christian Oliff 2019-05-30 21:39:44 +09:00 committed by Frank Taillandier
parent c2a383ba43
commit 263d41f0f7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ permalink: /docs/front-matter/
redirect_from: /docs/frontmatter/index.html 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 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 in the file and must take the form of valid YAML set between triple-dashed
lines. Here is a basic example: lines. Here is a basic example: