This website requires JavaScript.
Explore
Help
Register
Sign In
containers
/
podman
mirror of
https://github.com/containers/podman.git
Watch
1
Star
0
Fork
You've already forked podman
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
830e550073
podman
/
docs
/
links-to-html.lua
5 lines
90 B
Lua
Raw
Blame
History
function
Link
(
el
)
el.target
=
string.gsub
(
el.target
,
"
%.1.md
"
,
"
.html
"
)
return
el
end
Reference in New Issue
View Git Blame
Copy Permalink