From 5f86c67d14d3ce95e73056f3e0e5525a309cdcae Mon Sep 17 00:00:00 2001 From: JFronny Date: Sat, 15 Oct 2022 11:31:37 +0200 Subject: [PATCH] [docs] Fix references in libjf-config-compiler-plugin --- docs/config/libjf-config-compiler-plugin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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