mirror of
https://github.com/containers/podman.git
synced 2025-05-18 07:36:21 +08:00

* Remove the unsupported commend in lua script Fixes #4335 Signed-off-by: Jhon Honce <jhonce@redhat.com>
5 lines
90 B
Lua
5 lines
90 B
Lua
function Link(el)
|
|
el.target = string.gsub(el.target, "%.1.md", ".html")
|
|
return el
|
|
end
|