From 4f85a4dbd4780aa53af541d34db791512bc112c2 Mon Sep 17 00:00:00 2001 From: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com> Date: Sun, 22 Dec 2024 13:50:32 -0600 Subject: [PATCH] Change one wiki.minetest.net to wiki.luanti.org (#105) --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 1f1f466..7f5daae 100644 --- a/content/_index.md +++ b/content/_index.md @@ -11,7 +11,7 @@ Welcome to the **Luanti Developer Wiki**, here you learn how Luanti and games an **Luanti** is a [game engine](https://en.wikipedia.org/wiki/Game_engine) inspired by Minecraft, Infiniminer and others. It's licensed under the GNU LGPL 2.1, with artwork generally covered by CC BY-SA 3.0. There are two major parts to the system, the first being a [core engine](/Engine/Structure "Engine structure") written in C++, the second being a modding API that exposes useful functions to a Lua environment. -The Luanti Wiki for players is located at [wiki.minetest.net](https://wiki.minetest.net/). +The Luanti Wiki for players is located at [wiki.luanti.org](https://wiki.luanti.org/). Contribute to Luanti! ---------------------