diff --git a/.cdbrelease.lua b/.cdbrelease.lua index a437704..309695c 100644 --- a/.cdbrelease.lua +++ b/.cdbrelease.lua @@ -67,7 +67,8 @@ local function scanmods(reqsock) if reqsock == exist(m .. "/.requires-luasockets") then local conf = readtext(m .. "/mod.conf") local desc = string_match(conf, "description%s*=%s*(.-)\n") - parts[#parts + 1] = "- `" .. m .. "`: " .. desc + parts[#parts + 1] = "- [" .. m .. "](https://gitlab.com/sztest/szutilpack/-/blob/master/" + .. m .. "/README): " .. desc end end end