diff --git a/builtin/common/settings/generate_from_settingtypes.lua b/builtin/common/settings/generate_from_settingtypes.lua index 52dfe71b1..58f2c3301 100644 --- a/builtin/common/settings/generate_from_settingtypes.lua +++ b/builtin/common/settings/generate_from_settingtypes.lua @@ -61,7 +61,7 @@ local function create_minetest_conf_example(settings) end end if entry.type == "key" then - local line = "See https://github.com/minetest/irrlicht/blob/master/include/Keycodes.h" + local line = "See https://github.com/luanti-org/luanti/blob/master/irr/include/Keycodes.h" insert(result, "# " .. line .. "\n") end insert(result, "# type: " .. entry.type)