From 6d538dd09fc39405ca2ec42d3901f20b23279d10 Mon Sep 17 00:00:00 2001 From: IThundxr Date: Sat, 27 Jan 2024 10:00:55 -0500 Subject: [PATCH] fix modders.md --- modders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modders.md b/modders.md index 1b9b56a04f..98cc92ac06 100644 --- a/modders.md +++ b/modders.md @@ -2,6 +2,6 @@ Feel free to package these with your mods. Make sure to include package-info.java. -# **[API Classes](https://github.com/Vazkii/Quark/tree/master/src/main/java/vazkii/quark/api)** +# **[API Classes](https://github.com/Vazkii/Quark/tree/master/src/main/java/org/violetmoon/quark/api)** More will be added with time. Feel free to request.