diff --git a/docs/config/libjf-config-compiler-plugin.md b/docs/config/libjf-config-compiler-plugin.md index c9647f4..114bb9d 100644 --- a/docs/config/libjf-config-compiler-plugin.md +++ b/docs/config/libjf-config-compiler-plugin.md @@ -1,9 +1,9 @@ # libjf-config-compiler-plugin This gradle plugin provides a task that identifies any config files in a jar and produces the necessary code and registration for it. Using this is the recommended way to use libjf-config. -Please be aware that the restrictions of [the reflection implementation](./libjf-config-reflect-v1) in regard to class loading +Please be aware that the restrictions of [the reflection implementation](./libjf-config-reflect-v1.md) in regard to class loading will also apply to configs using the plugin if it is loaded during runtime. Using the reflection implementation as `modRuntimeLocal` is also recommended since the compiler plugin will be unable to affect loom dev envs otherwise. -The code necessary for using this plugin is available [here](./README.md) \ No newline at end of file +The code necessary for using this plugin is available [here](./) \ No newline at end of file