Skip to content

Commit

Permalink
update constant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
woodiertexas authored Apr 1, 2024
1 parent 21d60d7 commit 2b74b64
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://quiltmc.org/incompatible-mods.json"
private const val MOD_COMPAT_LINK = "https://quiltmc.org/incompatible-mods.json"
private const val JSON_LINK = "https://quiltmc.org/incompatible-mods.json"

private val CHECK_DELAY = 15.minutes
Expand Down Expand Up @@ -97,7 +97,7 @@ public class IncompatibleModProcessor : LogProcessor() {

appendLine()
append(
"**Note:** The full list of known incompatibilities can be found [on the website]($THREAD_LINK)." +
"**Note:** The full list of known incompatibilities can be found [on the website]($MOD_COMPAT_LINK)." +
"To add a new one, please make a pull request!"
)
}
Expand Down

0 comments on commit 2b74b64

Please sign in to comment.