mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Replace occurences of 'wiki.minetest.net' with 'wiki.luanti.org'
This commit is contained in:
parent
7295b6c88c
commit
a8ea165042
8 changed files with 10 additions and 10 deletions
|
@ -4191,7 +4191,7 @@ ModStorageDatabase *Server::openModStorageDatabase(const std::string &world_path
|
|||
warningstream << "/!\\ You are using the old mod storage files backend. "
|
||||
<< "This backend is deprecated and may be removed in a future release /!\\"
|
||||
<< std::endl << "Switching to SQLite3 is advised, "
|
||||
<< "please read http://wiki.minetest.net/Database_backends." << std::endl;
|
||||
<< "please read https://wiki.luanti.org/Database_backends." << std::endl;
|
||||
|
||||
return openModStorageDatabase(backend, world_path, world_mt);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue