From 63ca33457527923849f2ec46c8060a27598619a4 Mon Sep 17 00:00:00 2001 From: Mikerooni <139889766+mikerooni@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:42:52 +0100 Subject: [PATCH] fix links not being detected --- docs/Modpacks/KubeJS/Beyond-The-Docs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Modpacks/KubeJS/Beyond-The-Docs.md b/docs/Modpacks/KubeJS/Beyond-The-Docs.md index d61fadf..ccbb182 100644 --- a/docs/Modpacks/KubeJS/Beyond-The-Docs.md +++ b/docs/Modpacks/KubeJS/Beyond-The-Docs.md @@ -8,7 +8,7 @@ title: Beyond the Docs While we try to keep this documentation up to date and as complete as possible, it may not always contain all of the latest information. As an additional resource to these docs, you can also reference our KubeJS integration directly in the source code: -https://github.com/GregTechCEu/GregTech-Modern/tree/1.20.1/common/src/main/java/com/gregtechceu/gtceu/integration/kjs +[`common/src/main/java/com/gregtechceu/gtceu/integration/kjs`](https://github.com/GregTechCEu/GregTech-Modern/tree/1.20.1/common/src/main/java/com/gregtechceu/gtceu/integration/kjs) Continue reading for a few important places you may want to check. @@ -16,7 +16,7 @@ Continue reading for a few important places you may want to check. ## Builders !!! link "Builders" - https://github.com/GregTechCEu/GregTech-Modern/tree/1.20.1/common/src/main/java/com/gregtechceu/gtceu/integration/kjs/builders + [`common/src/main/java/com/gregtechceu/gtceu/integration/kjs/builders`](https://github.com/GregTechCEu/GregTech-Modern/tree/1.20.1/common/src/main/java/com/gregtechceu/gtceu/integration/kjs/builders) If you're not sure what methods and fields are available on one of our builders, you can find all of them in this directory. @@ -24,7 +24,7 @@ If you're not sure what methods and fields are available on one of our builders, ## Bindings & Type Wrappers !!! link "GregTechKubeJSPlugin" - https://github.com/GregTechCEu/GregTech-Modern/blob/1.20.1/common/src/main/java/com/gregtechceu/gtceu/integration/kjs/GregTechKubeJSPlugin.java + [`common/src/main/java/com/gregtechceu/gtceu/integration/kjs/GregTechKubeJSPlugin.java`](https://github.com/GregTechCEu/GregTech-Modern/blob/1.20.1/common/src/main/java/com/gregtechceu/gtceu/integration/kjs/GregTechKubeJSPlugin.java) - For a list of our custom bindings, see `GregTechKubeJSPlugin.registerBindings()` - For a list of our type wrappers and their accepted inputs, see `GregTechKubeJSPlugin.registerTypeWrappers()` \ No newline at end of file