Skip to content

Commit

Permalink
Fix link in README (netty#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostk1ng authored Nov 29, 2021
1 parent 07d872f commit 12a4ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For Windows:
## How to use this codec ?

For some examples please check our
[example package](https://github.com/netty/netty-incubator-codec-quic/tree/main/src/test/java/io/netty/incubator/codec/quic).
[example package](https://github.com/netty/netty-incubator-codec-quic/tree/main/codec-native-quic/src/test/java/io/netty/incubator/codec/quic).
This contains a server and a client that can speak some limited HTTP/0.9 with each other.

For more "advanced" use cases, consider checking our
Expand Down

0 comments on commit 12a4ed1

Please sign in to comment.