From d5b639dd8cf0869c6f9707b5fa2b2f5153dfa74f Mon Sep 17 00:00:00 2001 From: simpledemon <153544772+simpledemonn@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:17:07 +0200 Subject: [PATCH] Incompat: it is a page not a thread (#103) 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)." ) } )