diff --git a/README.md b/README.md index 085315c..31a2215 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Some useful tools for Velocity. \ ## Features of VelocityTools -- [Protocol](https://wiki.vg/Protocol_History) Blocker (prohibits connection from certain versions) +- [Protocol](https://minecraft.wiki/w/Protocol_version) Blocker (prohibits connection from certain versions) - [Hostnames](https://en.wikipedia.org/wiki/Domain_name) Manager (denies connection from a specific hostname, see details below) - Brand Changer aka Brand Rewriter (changes brand in game and in ping requests) diff --git a/src/main/java/net/elytrium/velocitytools/Settings.java b/src/main/java/net/elytrium/velocitytools/Settings.java index e9a51ea..d9df290 100644 --- a/src/main/java/net/elytrium/velocitytools/Settings.java +++ b/src/main/java/net/elytrium/velocitytools/Settings.java @@ -148,7 +148,7 @@ public static class PROTOCOL_BLOCKER { public boolean WHITELIST = false; @Comment({ @CommentValue("You can set either a protocol number here (e.g. '340' for 1.12.2) or a Minecraft version below (e.g. '1.12.2')"), - @CommentValue("You can find a list of protocols here: https://wiki.vg/Protocol_version_numbers"), + @CommentValue("You can find a list of protocols here: https://minecraft.wiki/w/Protocol_version"), }) public List PROTOCOLS = List.of(9999, 9998); @Comment({