diff options
author | MicrocontrollersDev <66657148+MicrocontrollersDev@users.noreply.github.com> | 2022-05-29 16:19:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-29 16:19:27 -0700 |
commit | b3ea498823fa76940fb767a35774f8f3ea609665 (patch) | |
tree | 6179b6bef472cbdf6967b2d3c9d044609678ba19 /src | |
parent | 23b5f2e711837be9356a5a3c22e0950353d2bbb5 (diff) | |
download | Chatting-b3ea498823fa76940fb767a35774f8f3ea609665.tar.gz Chatting-b3ea498823fa76940fb767a35774f8f3ea609665.tar.bz2 Chatting-b3ea498823fa76940fb767a35774f8f3ea609665.zip |
fix hychat notification
Diffstat (limited to 'src')
-rw-r--r-- | src/main/kotlin/cc/woverflow/chatting/Chatting.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/kotlin/cc/woverflow/chatting/Chatting.kt b/src/main/kotlin/cc/woverflow/chatting/Chatting.kt index 29e6502..ea3c12e 100644 --- a/src/main/kotlin/cc/woverflow/chatting/Chatting.kt +++ b/src/main/kotlin/cc/woverflow/chatting/Chatting.kt @@ -97,8 +97,8 @@ object Chatting { fun onForgeLoad(event: FMLLoadCompleteEvent) { if (ChattingConfig.informForAlternatives) { if (isHychat) { - sendBrandedNotification(NAME, "Hychat can be removed at it is replaced by Chatting. Click here for more information.", action = { - UDesktop.browseURL("https://github.com/MicrocontrollersDev/Alternatives/blob/main/Hychat.md") + sendBrandedNotification(NAME, "Hychat can be removed as it is replaced by Chatting. Click here for more information.", action = { + UDesktop.browseURL("https://microcontrollersdev.github.io/Alternatives/1.8.9/hychat") }) } if (isSkytils) { |