From 375aa3a5b92d761b6dc96addb818dee5f3db707d Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 14 Sep 2021 12:55:20 +1000 Subject: [PATCH] Fix a broken internal link blob/main/ was a misapplied GitHubism. --- XML-IN-KDL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XML-IN-KDL.md b/XML-IN-KDL.md index 3673b20..8cb64fa 100644 --- a/XML-IN-KDL.md +++ b/XML-IN-KDL.md @@ -7,7 +7,7 @@ This is version 1.0.0 of XiK. XML-in-KDL (XiK from now on) is a KDL microsyntax for losslessly encoding XML into a KDL document. XML and KDL, luckily, have *very similar* data models (KDL is *almost* a superset of XML), so it's quite straightforward to encode most XML documents into KDL. -See [the website example](blob/main/examples/website.kdl) for an example of this grammar in use to encode an HTML document. +See [the website example](examples/website.kdl) for an example of this grammar in use to encode an HTML document. XML has several types of nodes, corresponding to certain KDL constructs: