function Link(el) if not string.find(el.target, "://") then el.target = string.gsub(el.target, "%.org", ".html") end return el end