From dec6e30c7801794f60c85db4e2a4538fa282be48 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 24 Oct 2021 00:34:29 +0200 Subject: [PATCH] some link fixes --- articles/mod_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/mod_basics.md b/articles/mod_basics.md index b19c59e..c0fa179 100644 --- a/articles/mod_basics.md +++ b/articles/mod_basics.md @@ -6,7 +6,7 @@ To create a mod, all you have to do is create a repository [from this template]( The template repository also contains a little `Run` script for [windows](https://github.com/Ellpeck/TinyLifeExampleMod/blob/main/Run.bat) and [linux and mac](https://github.com/Ellpeck/TinyLifeExampleMod/blob/main/Run.sh) that automatically builds your mod, copies it into the `Mods` directory of your Tiny Life instance and runs the game. Note that the script will only work correctly if you've previously launched Tiny Life manually. -The game's API is **fully documented**. The documentation is easily accessible by opening any of the API's files in your IDE. The most updated version can be found on [the wiki](https://github.com/Ellpeck/TinyLifeExampleMod/wiki) as well. +The game's API is **fully documented**. The documentation is easily accessible by opening any of the API's files in your IDE. The most updated version can be found on this site as well. If you have any questions, don't hesitate to [ask on the Discord](https://ellpeck.de/discord) or [start a discussion](https://github.com/Ellpeck/TinyLifeExampleMod/discussions) about it.