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

@ -25,7 +25,7 @@ Contributions are welcome! Here's how you can help:
the work, to avoid disappointment. the work, to avoid disappointment.
You may also benefit from discussing on our IRC development channel You may also benefit from discussing on our IRC development channel
[#minetest-dev](http://www.minetest.net/irc/). Note that a proper IRC client [#minetest-dev](http://www.luanti.org/irc/). Note that a proper IRC client
is required to speak on this channel. is required to speak on this channel.
3. Start coding! 3. Start coding!
@ -77,7 +77,7 @@ a stable release is on the way.
1. Do a quick search on GitHub to check if the issue has already been reported. 1. Do a quick search on GitHub to check if the issue has already been reported.
2. Is it an issue with the Minetest *engine*? If not, report it 2. Is it an issue with the Minetest *engine*? If not, report it
[elsewhere](http://www.minetest.net/development/#reporting-issues). [elsewhere](http://www.luanti.org/development/#reporting-issues).
3. [Open an issue](https://github.com/luanti-org/luanti/issues/new) and describe 3. [Open an issue](https://github.com/luanti-org/luanti/issues/new) and describe
the issue you are having - you could include: the issue you are having - you could include:
- Error logs (check the bottom of the `debug.txt` file). - Error logs (check the bottom of the `debug.txt` file).
@ -111,7 +111,7 @@ translated by editing a `.tr` text file. See
## Donations ## Donations
If you'd like to monetarily support Luanti development, you can find donation If you'd like to monetarily support Luanti development, you can find donation
methods on [our website](http://www.minetest.net/development/#donate). methods on [our website](http://www.luanti.org/development/#donate).
# Maintaining # Maintaining

View file

@ -766,7 +766,7 @@ enable_split_login_register (Enable split login/register) bool true
# URL to JSON file which provides information about the newest Luanti release. # URL to JSON file which provides information about the newest Luanti release.
# If this is empty the engine will never check for updates. # If this is empty the engine will never check for updates.
update_information_url (Update information URL) string https://www.minetest.net/release_info.json update_information_url (Update information URL) string https://www.luanti.org/release_info.json
[*Server] [*Server]

View file

@ -5,7 +5,7 @@ Luanti Lua Client Modding API Reference 5.11.0
it's now called `core` due to the renaming of Luanti (formerly Minetest). it's now called `core` due to the renaming of Luanti (formerly Minetest).
`minetest` will keep existing as an alias, so that old code won't break. `minetest` will keep existing as an alias, so that old code won't break.
* More information at <http://www.minetest.net/> * More information at <http://www.luanti.org/>
* Developer Wiki: <https://dev.luanti.org/> * Developer Wiki: <https://dev.luanti.org/>
Introduction Introduction

View file

@ -751,7 +751,7 @@
# URL to JSON file which provides information about the newest Luanti release. # URL to JSON file which provides information about the newest Luanti release.
# If this is empty the engine will never check for updates. # If this is empty the engine will never check for updates.
# type: string # type: string
# update_information_url = https://www.minetest.net/release_info.json # update_information_url = https://www.luanti.org/release_info.json
## Server ## Server

View file

@ -103,13 +103,13 @@
<launchable type="desktop-id">net.minetest.minetest.desktop</launchable> <launchable type="desktop-id">net.minetest.minetest.desktop</launchable>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image>https://www.minetest.net/media/gallery/1.jpg</image> <image>https://www.luanti.org/media/gallery/1.jpg</image>
</screenshot> </screenshot>
<screenshot> <screenshot>
<image>https://www.minetest.net/media/gallery/3.jpg</image> <image>https://www.luanti.org/media/gallery/3.jpg</image>
</screenshot> </screenshot>
<screenshot> <screenshot>
<image>https://www.minetest.net/media/gallery/5.jpg</image> <image>https://www.luanti.org/media/gallery/5.jpg</image>
</screenshot> </screenshot>
</screenshots> </screenshots>

View file

@ -404,7 +404,7 @@ void set_default_settings()
#endif #endif
#if ENABLE_UPDATE_CHECKER #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 #else
settings->setDefault("update_information_url", ""); settings->setDefault("update_information_url", "");
#endif #endif