Skip to content

Commit b3ea498

Browse files
fix hychat notification
1 parent 23b5f2e commit b3ea498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/cc/woverflow/chatting/Chatting.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ object Chatting {
9797
fun onForgeLoad(event: FMLLoadCompleteEvent) {
9898
if (ChattingConfig.informForAlternatives) {
9999
if (isHychat) {
100-
sendBrandedNotification(NAME, "Hychat can be removed at it is replaced by Chatting. Click here for more information.", action = {
101-
UDesktop.browseURL("https://github.com/MicrocontrollersDev/Alternatives/blob/main/Hychat.md")
100+
sendBrandedNotification(NAME, "Hychat can be removed as it is replaced by Chatting. Click here for more information.", action = {
101+
UDesktop.browseURL("https://microcontrollersdev.github.io/Alternatives/1.8.9/hychat")
102102
})
103103
}
104104
if (isSkytils) {

0 commit comments

Comments
 (0)