Skip to content

Commit

Permalink
Correct keycode URL in settingtypes.txt/minetest.conf.example (#15784)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelPL4 authored Feb 15, 2025
1 parent 75dcd94 commit a576771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/common/settings/generate_from_settingtypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a576771

Please sign in to comment.