diff --git a/ProtocolManager.md b/ProtocolManager.md index 28f9e8f..99e366f 100644 --- a/ProtocolManager.md +++ b/ProtocolManager.md @@ -24,5 +24,5 @@ The main methods you will be working with in the ProtocolManager are: *** More advanced methods can be found in the JavaDocs: -* https://ci.dmulloy2.net/job/ProtocolLib/javadoc/com/comphenix/protocol/ProtocolManager.html -* https://ci.dmulloy2.net/job/ProtocolLib/javadoc/com/comphenix/protocol/PacketStream.html (PacketStream is the superclass of ProtocolManager) \ No newline at end of file +* [ProtocolManager JavaDoc](https://ci.dmulloy2.net/job/ProtocolLib/javadoc/com/comphenix/protocol/ProtocolManager.html) +* [PacketStream JavaDoc](https://ci.dmulloy2.net/job/ProtocolLib/javadoc/com/comphenix/protocol/PacketStream.html) (PacketStream is the [superclass](https://www.geeksforgeeks.org/inheritance-in-java/) of ProtocolManager) \ No newline at end of file