From ae5da51ba81a0fd73ab2cdb73ccd82e8944ccdfd Mon Sep 17 00:00:00 2001 From: simpledemon <153544772+simpledemonn@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:30:50 +0200 Subject: [PATCH] Incompat: it is a page not a thread Since #101 didn't update the embed either for some reason, I originally forgor to do so. --- .../modules/logs/processors/quilt/IncompatibleModProcessor.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-log-parser/src/main/kotlin/org/quiltmc/community/cozy/modules/logs/processors/quilt/IncompatibleModProcessor.kt b/module-log-parser/src/main/kotlin/org/quiltmc/community/cozy/modules/logs/processors/quilt/IncompatibleModProcessor.kt index 7369eb1..e7fbb23 100644 --- a/module-log-parser/src/main/kotlin/org/quiltmc/community/cozy/modules/logs/processors/quilt/IncompatibleModProcessor.kt +++ b/module-log-parser/src/main/kotlin/org/quiltmc/community/cozy/modules/logs/processors/quilt/IncompatibleModProcessor.kt @@ -98,7 +98,7 @@ public class IncompatibleModProcessor : LogProcessor() { appendLine() append( "**Note:** The list of incompatible mods may not be perfectly up-to-date. For more " + - "information, please see [the Quilt mod incompatibility mega-thread]($HTML_LINK)." + "information, please see [the Quilt mod incompatibility page]($HTML_LINK)." ) } )