From b9770484365084a3ccf8744b05eb7f437626006c Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Fri, 31 Jan 2020 15:22:20 -0700 Subject: Update XML to not embed quote in PATH on windows * Remove the unsupported commend in lua script Fixes #4335 Signed-off-by: Jhon Honce --- docs/links-to-html.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/links-to-html.lua b/docs/links-to-html.lua index 74072a9e4..816c43353 100644 --- a/docs/links-to-html.lua +++ b/docs/links-to-html.lua @@ -1,4 +1,3 @@ -# links-to-html.lua function Link(el) el.target = string.gsub(el.target, "%.1.md", ".html") return el -- cgit v1.2.3-54-g00ecf