diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 985a6caca..9695f74f5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -31,10 +31,10 @@ Contributions are welcome! Here's how you can help: 3. Start coding! - Refer to the [Lua API](https://github.com/luanti-org/luanti/blob/master/doc/lua_api.md), - [Developer Wiki](http://dev.minetest.net/Main_Page) and other + [Developer Wiki](https://dev.luanti.org/) and other [documentation](https://github.com/luanti-org/luanti/tree/master/doc). - - Follow the [C/C++](http://dev.minetest.net/Code_style_guidelines) and - [Lua](http://dev.minetest.net/Lua_code_style_guidelines) code style guidelines. + - Follow the [C/C++](https://dev.luanti.org/Code_style_guidelines) and + [Lua](https://dev.luanti.org/Lua_code_style_guidelines) code style guidelines. - Check your code works as expected and document any changes to the Lua API. - To avoid conflicting changes between contributions, do not do the following manually. They will be done before each release. - Run `updatepo.sh` or update `luanti.po{,t}` even if your code adds new translatable strings. @@ -64,8 +64,8 @@ Contributions are welcome! Here's how you can help: picture of the project. 2. It works. 3. It follows the code style for - [C/C++](http://dev.minetest.net/Code_style_guidelines) or - [Lua](http://dev.minetest.net/Lua_code_style_guidelines). + [C/C++](https://dev.luanti.org/Code_style_guidelines) or + [Lua](https://dev.luanti.org/Lua_code_style_guidelines). 4. The code's interfaces are well designed, regardless of other aspects that might need more work in the future. 5. It uses protocols and formats which include the required compatibility. @@ -106,7 +106,7 @@ the project page with a list of current languages Builtin (the component which contains things like server messages, chat command descriptions, privilege descriptions) is translated separately; it needs to be translated by editing a `.tr` text file. See -[Translation](https://dev.minetest.net/Translation) for more information. +[Translation](https://dev.luanti.org/Translation) for more information. ## Donations @@ -116,11 +116,11 @@ methods on [our website](http://www.minetest.net/development/#donate). # Maintaining * This is a concise version of the - [Rules & Guidelines](http://dev.minetest.net/Category:Rules_and_Guidelines) on the developer wiki.* + [Rules & Guidelines](https://dev.luanti.org/engine-dev-process/) on the developer wiki.* These notes are for those who have push access Luanti (core developers / maintainers). -- See the [project organisation](http://dev.minetest.net/Organisation) for the people involved. +- See the [project organisation](https://dev.luanti.org/Organisation) for the people involved. ## Concept approvals and roadmaps @@ -169,4 +169,4 @@ Submit a :+1: (+1) or "Looks good" comment to show you believe the pull-request ## Releasing a new version -*Refer to [dev.minetest.net/Releasing_Luanti](https://dev.minetest.net/Releasing_Luanti)* +*Refer to [dev.luanti.org/Releasing_Luanti](https://dev.luanti.org/Releasing_Luanti)* diff --git a/doc/client_lua_api.md b/doc/client_lua_api.md index 8adfaee1a..779ead47e 100644 --- a/doc/client_lua_api.md +++ b/doc/client_lua_api.md @@ -6,7 +6,7 @@ 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 -* Developer Wiki: +* Developer Wiki: Introduction ------------ diff --git a/doc/developing/README.md b/doc/developing/README.md index 1aa424b00..419e41edd 100644 --- a/doc/developing/README.md +++ b/doc/developing/README.md @@ -2,15 +2,15 @@ ## Wiki -Some important development docs are found in the wiki: https://dev.minetest.net/ +Some important development docs are found in the wiki: https://dev.luanti.org/ Notable pages: -- [Releasing Luanti](https://dev.minetest.net/Releasing_Minetest) -- [Engine translations](https://dev.minetest.net/Translation#Maintaining_engine_translations) -- [Changelog](https://dev.minetest.net/Changelog) -- [Organisation](https://dev.minetest.net/Organisation) -- [Code style guidelines](https://dev.minetest.net/Code_style_guidelines) +- [Releasing Luanti](https://dev.luanti.org/Releasing_Luanti) +- [Engine translations](https://dev.luanti.org/Translation#Maintaining_engine_translations) +- [Changelog](https://dev.luanti.org/Changelog) +- [Organisation](https://dev.luanti.org/Organisation) +- [Code style guidelines](https://dev.luanti.org/Code_style_guidelines) ## In this folder diff --git a/doc/lua_api.md b/doc/lua_api.md index cf269cf6c..303ce04ab 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -6,7 +6,7 @@ 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 -* Developer Wiki: +* Developer Wiki: * (Unofficial) Minetest Modding Book by rubenwardy: * Modding tools: