Skip to content

Commit 078678d

Browse files
committed
update readme
1 parent ed927e5 commit 078678d

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
@@ -25,7 +25,7 @@ Netty是Java世界知名的网络应用框架。本系列文章是Netty的源码
2525
### [1.概述](https://github.com/code4craft/netty-learning/blob/master/ch1-overview.md)
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)
28-
### [4.Channel的生命周期](https://github.com/code4craft/netty-learning/blob/master/ch4-channel-lifecycle.md)
28+
### [4.Channel的生命周期](https://github.com/code4craft/netty-learning/blob/master/ch4-channel-lifecycle.md) *未完成*
2929
### [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

0 commit comments

Comments
 (0)