mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
* Remove the unsupported commend in lua script Fixes #4335 Signed-off-by: Jhon Honce <jhonce@redhat.com>
4 lines
90 B
Lua
4 lines
90 B
Lua
function Link(el)
|
|
el.target = string.gsub(el.target, "%.1.md", ".html")
|
|
return el
|
|
end
|