1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Change main website domain to www.luanti.org (#15748)

Renames all remaining occurences of minetest.net except for the "MS Windows icon resource" file
This commit is contained in:
Montandalar 2025-02-07 05:16:24 +11:00 committed by GitHub
parent 1548b2ae9e
commit ec83312540
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 10 deletions

View file

@ -404,7 +404,7 @@ void set_default_settings()
#endif
#if ENABLE_UPDATE_CHECKER
settings->setDefault("update_information_url", "https://www.minetest.net/release_info.json");
settings->setDefault("update_information_url", "https://www.luanti.org/release_info.json");
#else
settings->setDefault("update_information_url", "");
#endif