index
:
wtf-is-linux-website
master
The source for the support website of the WTF is Linux course
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fix-links.lua
blob: e265e74c01eb836895c1e462790f5e4f37be1f1d (
plain
)
1
2
3
4
function
Link
(
el
)
el
.
target
=
el
.
target
:
gsub
(
'%.md'
,
'.html'
)
return
el
end