Skip to content

Commit 24262d3

Browse files
authored
Update link to wiki.vg
1 parent 7a85663 commit 24262d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Readme.md

Lines changed: 3 additions & 2 deletions
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://wiki.vg/Protocol), or inject custom packets into the
5+
and outgoing packets, 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

@@ -12,9 +12,10 @@ lead to more subtle bugs.
1212

1313
### Resources
1414

15-
* [Resource Page](https://www.spigotmc.org/resources/protocollib.1997/)
15+
* [Spigot Page](https://www.spigotmc.org/resources/protocollib.1997/)
1616
* [Dev Builds](https://ci.dmulloy2.net/job/ProtocolLib)
1717
* [JavaDoc](https://ci.dmulloy2.net/job/ProtocolLib/javadoc/index.html)
18+
* [Protocol Wiki](https://minecraft.wiki/w/Minecraft_Wiki:Projects/wiki.vg_merge/Protocol)
1819

1920
### Compilation
2021

0 commit comments

Comments
 (0)