Skip to content

Commit

Permalink
Change main website domain to www.luanti.org` (#15748)
Browse files Browse the repository at this point in the history
Renames all remaining occurences of minetest.net except for the "MS Windows icon resource" file
  • Loading branch information
Montandalar authored Feb 6, 2025
1 parent 1548b2a commit ec83312
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Contributions are welcome! Here's how you can help:
the work, to avoid disappointment.

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.

3. Start coding!
Expand Down Expand Up @@ -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.
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
the issue you are having - you could include:
- Error logs (check the bottom of the `debug.txt` file).
Expand Down Expand Up @@ -111,7 +111,7 @@ translated by editing a `.tr` text file. See
## Donations

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

Expand Down
2 changes: 1 addition & 1 deletion builtin/settingtypes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
# 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]

Expand Down
2 changes: 1 addition & 1 deletion doc/client_lua_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
`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/>

Introduction
Expand Down
2 changes: 1 addition & 1 deletion minetest.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@
# URL to JSON file which provides information about the newest Luanti release.
# If this is empty the engine will never check for updates.
# type: string
# update_information_url = https://www.minetest.net/release_info.json
# update_information_url = https://www.luanti.org/release_info.json

## Server

Expand Down
6 changes: 3 additions & 3 deletions misc/net.minetest.minetest.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@
<launchable type="desktop-id">net.minetest.minetest.desktop</launchable>
<screenshots>
<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>
<image>https://www.minetest.net/media/gallery/3.jpg</image>
<image>https://www.luanti.org/media/gallery/3.jpg</image>
</screenshot>
<screenshot>
<image>https://www.minetest.net/media/gallery/5.jpg</image>
<image>https://www.luanti.org/media/gallery/5.jpg</image>
</screenshot>
</screenshots>

Expand Down
2 changes: 1 addition & 1 deletion src/defaultsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec83312

Please sign in to comment.