diff options
author | Auke Kok <sofar+github@foo-projects.org> | 2016-03-27 20:04:05 -0700 |
---|---|---|
committer | Auke Kok <sofar+github@foo-projects.org> | 2016-03-27 20:04:05 -0700 |
commit | 3a3ed250c68eba33eab39d147ff890e3faaba25b (patch) | |
tree | d4ed81301f338872a8d35bef76950b8eb41b3d54 | |
parent | b9f8e43e6b9c6b59fabe0dbf646482d85f908a87 (diff) |
Update some URL's
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,8 +14,8 @@ It is primarily intended for mapgen v6, but it should work fine when used with m **Dependencies**: default from minetest_game -**Recommends**: [Plantlife Modpack](https://github.com/VanessaE/plantlife_modpack), -[More Trees](https://github.com/VanessaE/moretrees) +**Recommends**: [Plantlife Modpack](https://github.com/minetest-mods/plantlife_modpack), +[More Trees](https://github.com/minetest-mods/moretrees) **License**: WTFPL @@ -27,4 +27,4 @@ It is primarily intended for mapgen v6, but it should work fine when used with m * biome_lib:find_valid_wall() * biome_lib:is_node_loaded() -For a complete description of these functions as well as several of the internal variables within the mod, [read the API.txt document](https://raw.githubusercontent.com/VanessaE/biome_lib/master/API.txt) included in this package. +For a complete description of these functions as well as several of the internal variables within the mod, [read the API.txt document](https://raw.githubusercontent.com/minetest-mods/biome_lib/master/API.txt) included in this package. |