From df31c9dbce9edbe452de34ff1e8fd26e9be4fb68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= <34514239+appgurueu@users.noreply.github.com> Date: Fri, 3 Jun 2022 21:13:16 +0200 Subject: [PATCH] Fix link to online craftguide CSM --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index b6e6351..77ee36c 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,7 @@ Generates a static ("serverless") online craftguide. ## About See this [Minetest Game craftguide](https://appgurueu.github.io/online_craftguide/) for an example. -Depends on [`modlib`](https://github.com/appgurueu/modlib). Requires inventory images rendered using [`online_craftguide_csm`](https://github.com/appgurueu/modlib) to work (which are not copied automatically). Code written by Lars Mueller aka LMD or appguru(eu) and licensed under the MIT license. The Minetest logo is licensed as CC BY-SA 3.0 with credits going to erlehmann. Generated inventory images (files in the `docs/images` folder) are derived from [Minetest Game](https://github.com/minetest/minetest_game) and therefore CC BY-SA 3.0, with credits going to [various contributors](https://github.com/minetest/minetest_game/blob/master/LICENSE.txt). Uses & embeds [Bootstrap icons](https://icons.getbootstrap.com) which are licensed under the MIT license, with credits going to [mdo](https://github.com/mdo). +Depends on [`modlib`](https://github.com/appgurueu/online_craftguide_csm). Requires inventory images rendered using [`online_craftguide_csm`](https://github.com/appgurueu/modlib) to work (which are not copied automatically). Code written by Lars Mueller aka LMD or appguru(eu) and licensed under the MIT license. The Minetest logo is licensed as CC BY-SA 3.0 with credits going to erlehmann. Generated inventory images (files in the `docs/images` folder) are derived from [Minetest Game](https://github.com/minetest/minetest_game) and therefore CC BY-SA 3.0, with credits going to [various contributors](https://github.com/minetest/minetest_game/blob/master/LICENSE.txt). Uses & embeds [Bootstrap icons](https://icons.getbootstrap.com) which are licensed under the MIT license, with credits going to [mdo](https://github.com/mdo). ## Links @@ -26,4 +26,4 @@ Depends on [`modlib`](https://github.com/appgurueu/modlib). Requires inventory i * Join a game with the `online_craftguide_csm` and wait for the rendering to finish * Copy the `online_craftguide_csm/images` folder to your `online_craftguide/docs/images` folder * Start a game with the mod enabled - it will generate the website for you -* Your online craftguide is now stored in your `online_craftguide/docs` folder \ No newline at end of file +* Your online craftguide is now stored in your `online_craftguide/docs` folder