From 02e917cd08cf5b37a52052e22b223272a040e0df Mon Sep 17 00:00:00 2001 From: BradB <45739045+BradBot1@users.noreply.github.com> Date: Fri, 14 Jul 2023 05:27:36 +0100 Subject: [PATCH] Fix wiki.vg url in readme (#2480) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9dce7be0..ecabe235 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ Certain tasks are impossible to perform with the standard Bukkit API, and may require working with and even modifying Minecraft directly. A common technique is to modify incoming -and outgoing [packets](https://www.wiki.vg/Protocol), or inject custom packets into the +and outgoing [packets](https://wiki.vg/Protocol), or inject custom packets into the stream. This is quite cumbersome to do, however, and most implementations will break as soon as a new version of Minecraft has been released, mostly due to obfuscation.