From 615fb6828e29140facb10f5b789a09bb745b96dc Mon Sep 17 00:00:00 2001 From: Manabu ISHII Date: Mon, 4 Dec 2017 14:36:38 +0900 Subject: [PATCH] Fix extension to `yml` Included sample is already `yml` --- _episodes/16-file-formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/16-file-formats.md b/_episodes/16-file-formats.md index 2a51cf4c..38a2c6cf 100644 --- a/_episodes/16-file-formats.md +++ b/_episodes/16-file-formats.md @@ -39,7 +39,7 @@ checking in working examples of parameter files for your tool. This allows others to quickly work with your tool, starting from a "known good" parameterization. -*sample.json* +*sample.yml* ~~~ {% include cwl/sample.yml %}