1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00: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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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)