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

Update links and names in the documentation (#16153)

This commit is contained in:
Miguel P.L 2025-06-22 20:04:42 +00:00 committed by GitHub
parent 81d62d01d1
commit 49f48e0a7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 35 additions and 35 deletions

View file

@ -4285,7 +4285,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 https://wiki.luanti.org/Database_backends." << std::endl;
<< "please read https://docs.luanti.org/for-server-hosts/database-backends." << std::endl;
return openModStorageDatabase(backend, world_path, world_mt);
}