index
:
containers/podman.git
main
update-docs-for-podman-machine
forked from: https://github.com/containers/podman.git
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
links-to-html.lua
blob: 816c4335390dd18aa00e99eef542802e41304caa (
plain
)
1
2
3
4
function
Link
(
el
)
el
.
target
=
string.gsub
(
el
.
target
,
"%.1.md"
,
".html"
)
return
el
end