Skip to content

Commit 5412116

Browse files
docs: update wiki links (#403)
2 parents 0538703 + c65a42f commit 5412116

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Importantly, it provides methods to change existing scripts, scenes, and resourc
1414

1515
## Getting Started
1616

17-
You can find detailed documentation, for game and mod developers, on the [Uncyclo](https://github.com/GodotModding/godot-mod-loader/wiki/) page.
17+
You can find detailed documentation, for game and mod developers, on the [Uncyclo](https://wiki.godotmodding.com/#/) page.
1818

19-
1. Add ModLoader to your [Godot Project](https://github.com/GodotModding/godot-mod-loader/wiki/Godot-Project-Setup)
19+
1. Add ModLoader to your [Godot Project](https://wiki.godotmodding.com/#/guides/integration/godot_project_setup)
2020
*Details on how to set up the Mod Loader in your Godot Project, relevant for game and mod developers.*
21-
2. Create your [Mod Structure](https://github.com/GodotModding/godot-mod-loader/wiki/Mod-Structure)
21+
2. Create your [Mod Structure](https://wiki.godotmodding.com/#/guides/modding/mod_structure)
2222
*The mods loaded by the Mod Loader must follow a specific directory structure.*
23-
3. Create your [Mod Files](https://github.com/GodotModding/godot-mod-loader/wiki/Mod-Files)
23+
3. Create your [Mod Files](https://wiki.godotmodding.com/#/guides/modding/mod_files)
2424
*Learn about the required files to create your first mod.*
25-
4. Use the [API Methods](https://github.com/GodotModding/godot-mod-loader/wiki/ModLoader-API)
25+
4. Use the [API Methods](https://wiki.godotmodding.com/#/api/mod_loader_api)
2626
*A list of all available API Methods.*
2727

2828
## Godot Version

0 commit comments

Comments
 (0)