Skip to content

Commit

Permalink
Incompatibility: switch to website html view (#102)
Browse files Browse the repository at this point in the history
With forum being offline for the foreseeable future, this switch the link used by the bot to the HTML view on the website.
  • Loading branch information
simpledemon authored Apr 8, 2024
1 parent d4dfe92 commit 4a73c95
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.quiltmc.community.cozy.modules.logs.data.Order
import org.quiltmc.community.cozy.modules.logs.types.LogProcessor
import kotlin.time.Duration.Companion.minutes

private const val THREAD_LINK = "https://forum.quiltmc.org/t/mod-incompatibility-megathread/261"
private const val HTML_LINK = "https://quiltmc.org/en/usage/known-incompatibilities/"
private const val JSON_LINK = "https://quiltmc.org/incompatible-mods.json"

private val CHECK_DELAY = 15.minutes
Expand Down Expand Up @@ -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]($THREAD_LINK)."
"information, please see [the Quilt mod incompatibility mega-thread]($HTML_LINK)."
)
}
)
Expand Down

0 comments on commit 4a73c95

Please sign in to comment.