Skip to content

Commit ed927e5

Browse files
committed
update readme
1 parent 44a7ce1 commit ed927e5

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
@@ -26,7 +26,7 @@ Netty是Java世界知名的网络应用框架。本系列文章是Netty的源码
2626
### [2.Netty中的buffer](https://github.com/code4craft/netty-learning/blob/master/ch2-buffer.md)
2727
### [3.Channel与Pipeline](https://github.com/code4craft/netty-learning/blob/master/ch3-pipeline.md)
2828
### [4.Channel的生命周期](https://github.com/code4craft/netty-learning/blob/master/ch4-channel-lifecycle.md)
29-
### [5.Netty与Reactor模式](https://github.com/code4craft/netty-learning/blob/master/ch5-channel-nio.md) *未完成*
29+
### [5.Channel与Reactor模式](https://github.com/code4craft/netty-learning/blob/master/ch5-channel-nio.md) *未完成*
3030
### [6.分门别类讲讲Handler](https://github.com/code4craft/netty-learning/blob/master/ch6-handler.md) *未完成*
3131

3232
## 二、Netty中的特性与细节

0 commit comments

Comments
 (0)