Move some files

This commit is contained in:
Jean-Patrick Guerrero
2021-06-26 03:10:05 +02:00
parent c3f050b737
commit a1b2d03a71
5 changed files with 3 additions and 3 deletions

2
API.md
View File

@ -141,7 +141,7 @@ Recipes can be registered from a given URL containing a JSON file (HTTP support
```Lua
i3.register_craft({
url = "https://raw.githubusercontent.com/minetest-mods/i3/main/etc/test_online_recipe.json"
url = "https://raw.githubusercontent.com/minetest-mods/i3/main/tests/test_online_recipe.json"
})
```