1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Replace occurences of 'forum.minetest.net' with 'forum.luanti.org' (#15372)

This commit is contained in:
veprogames
2024-11-03 15:10:58 +01:00
committed by GitHub
parent c884e7181f
commit 9982c56373
6 changed files with 7 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ local function get_formspec(data)
end
if info.forums then
info.forums = "https://forum.minetest.net/viewtopic.php?t=" .. info.forums
info.forums = "https://forum.luanti.org/viewtopic.php?t=" .. info.forums
end
assert(data.package.name == info.name)