From c1b07c858705ecff5d33abe99a17577fc609cbf3 Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Tue, 27 Aug 2024 12:47:40 +0200
Subject: [PATCH] fix deprecated

---
 README.md |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 0ce061a..d8643c4 100644
--- a/README.md
+++ b/README.md
@@ -15,15 +15,17 @@
   * Minetest 5.0.0 or newer
   * [Minetest Game](https://github.com/minetest/minetest_game/)
   * [mesecons](https://github.com/minetest-mods/mesecons) -> signalling events
-  * [pipeworks](https://gitlab.com/VanessaE/pipeworks/) -> automation of item transport
+  * [pipeworks](https://github.com/mt-mods/pipeworks) -> automation of item transport
   * [moreores](https://github.com/minetest-mods/moreores/) -> additional ores
-  * [basic_materials](https://gitlab.com/VanessaE/basic_materials) -> basic craft items
+  * [basic_materials](https://github.com/mt-mods/basic_materials) -> basic craft items
+  * Supports [moretrees](https://github.com/mt-mods/moretrees) -> rubber trees
   * Consult `depends.txt` or `mod.conf` of each mod for further dependency information.
 
 
 ## FAQ
 
-The modpack is explained in the [Manual](manual.md) included in this repository.
+The modpack is explained in the **[Manual](manual.md)** included in this repository.
+Machine and tool descriptions can be found on the **[GitHub Wiki](https://github.com/minetest-mods/technic/wiki)**.
 
 1. My technic circuit doesn't work. No power is distributed.
     * Make sure you have a switching station connected.
@@ -31,14 +33,13 @@
     * Each machine type requires its own cable type. If you do not have a
       matching circuit, consider using a "Supply Converter" for simplicity.
 
-For modders: There is currently no API documentation. Any help to improve this
-situation is greatly welcome. Please do not hesitate to submit a Pull Request.
+For modders: **[Technic Lua API](technic/doc/api.md)**
 
 
 ## License
 
 Unless otherwise stated, all components of this modpack are licensed under the
-LGPLv2 or later. See also the individual mod folders for their
+[LGPLv2 or later](LICENSE.txt). See also the individual mod folders for their
 secondary/alternate licenses, if any.
 
 

--
Gitblit v1.8.0