Skip to content

Commit 3a88966

Browse files
authored
docs: update tutorial links (#479)
1 parent bd3ebb7 commit 3a88966

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

addons/mod_loader/api/config.gd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ extends Object
33
##
44
## Class for managing per-mod configurations.
55
##
6-
## @tutorial(Creating a Mod Config Schema with JSON-Schemas): https://github.com/GodotModding/godot-mod-loader/wiki/Mod-Configs
7-
## @tutorial(Config Schema): https://github.com/GodotModding/godot-mod-loader/wiki/config-json
6+
## @tutorial(Creating a Mod Config Schema with JSON-Schemas): https://wiki.godotmodding.com/guides/modding/config_json/
87

98
const LOG_NAME := "ModLoader:Config"
109
const DEFAULT_CONFIG_NAME := "default"

addons/mod_loader/resources/mod_config.gd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ extends Resource
44
## This Class is used to represent a configuration for a mod.[br]
55
## The Class provides functionality to initialize, validate, save, and remove a mod's configuration.
66
##
7-
## @tutorial(Creating a Mod Config Schema with JSON-Schemas): https://github.com/GodotModding/godot-mod-loader/wiki/Mod-Configs
8-
## @tutorial(Config Schema): https://github.com/GodotModding/godot-mod-loader/wiki/config-json
7+
## @tutorial(Creating a Mod Config Schema with JSON-Schemas): https://wiki.godotmodding.com/guides/modding/config_json/
98

109

1110
const LOG_NAME := "ModLoader:ModConfig"

0 commit comments

Comments
 (0)