Update Wiki link for issue #25 (#26)

This commit is contained in:
Riley Brown 2024-04-08 08:20:17 -05:00 committed by GitHub
parent c82fcee8aa
commit 83757cd9bc
Signed by: GitHub
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ public class ExampleMod {
public static final Logger LOGGER = LogManager.getLogger(Tags.MOD_NAME);
/**
* <a href="https://wiki.cleanroommc.com/mod-development/event/overview/">
* <a href="https://cleanroommc.com/wiki/forge-mod-development/event#overview">
* Take a look at how many FMLStateEvents you can listen to via the @Mod.EventHandler annotation here
* </a>
*/