Skip to content

Commit 02e917c

Browse files
authored
Fix wiki.vg url in readme (#2480)
1 parent 81b1644 commit 02e917c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Certain tasks are impossible to perform with the standard Bukkit API, and may require
44
working with and even modifying Minecraft directly. A common technique is to modify incoming
5-
and outgoing [packets](https://www.wiki.vg/Protocol), or inject custom packets into the
5+
and outgoing [packets](https://wiki.vg/Protocol), or inject custom packets into the
66
stream. This is quite cumbersome to do, however, and most implementations will break
77
as soon as a new version of Minecraft has been released, mostly due to obfuscation.
88

0 commit comments

Comments
 (0)