summaryrefslogtreecommitdiff
path: root/docs/links-to-html.lua
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2020-01-31 15:22:20 -0700
committerJhon Honce <jhonce@redhat.com>2020-01-31 15:22:20 -0700
commitb9770484365084a3ccf8744b05eb7f437626006c (patch)
tree49afdc2b5a523dedf6ef4ce69b429fe2140f68e2 /docs/links-to-html.lua
parent4699d5e02d3270b5cc89f7528b53b823fbf88796 (diff)
downloadpodman-b9770484365084a3ccf8744b05eb7f437626006c.tar.gz
podman-b9770484365084a3ccf8744b05eb7f437626006c.tar.bz2
podman-b9770484365084a3ccf8744b05eb7f437626006c.zip
Update XML to not embed quote in PATH on windows
* Remove the unsupported commend in lua script Fixes #4335 Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'docs/links-to-html.lua')
-rw-r--r--docs/links-to-html.lua1
1 files changed, 0 insertions, 1 deletions
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