From 586e77a9ee5d7180d5e752bad5761949b9d4be61 Mon Sep 17 00:00:00 2001 From: Paul Young Date: Tue, 14 Sep 2021 11:30:31 +0900 Subject: [PATCH] add missing quotation marks --- examples/kdl-schema.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kdl-schema.kdl b/examples/kdl-schema.kdl index 3093cee..667c9fd 100644 --- a/examples/kdl-schema.kdl +++ b/examples/kdl-schema.kdl @@ -8,7 +8,7 @@ document { contributor "Lars Willighagen" { link "https://github.com/larsgw" rel="self" } - link https://github.com/zkat/kdl rel="documentation" + link "https://github.com/zkat/kdl" rel="documentation" license "Creative Commons Attribution-ShareAlike 4.0 International License" spdx="CC-BY-SA-4.0" { link "https://creativecommons.org/licenses/by-sa/4.0/" lang="en" }