diff --git a/README.md b/README.md
index 68822d482..92002a7d9 100755
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Simple-RTMP-Server
SRS(SIMPLE RTMP Server) over state-threads created in 2013.
SRS is a simple, high-performance, running in single process, origin live server.
-SRS supports vhost, rtmp, HLS, transcoding, forward, http hooks.
+SRS supports vhost, rtmp, [HLS](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS), transcoding, forward, http hooks.
Blog: [http://blog.csdn.net/win_lin](http://blog.csdn.net/win_lin)
See also: [https://github.com/winlinvip/simple-rtmp-server](https://github.com/winlinvip/simple-rtmp-server)
See also: [http://winlinvip.github.io/simple-rtmp-server](http://winlinvip.github.io/simple-rtmp-server)
@@ -213,7 +213,7 @@ Supported operating systems and hardware:
5. NO multiple processes, single process only.
6. Support vhost, support \_\_defaultVhost\_\_.
7. Support adobe rtmp live streaming.
-8. Support apple hls(m3u8) live streaming.
+8. Support apple [HLS(m3u8)](https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS) live streaming.
9. Support reload config to enable changes.
10. Support cache last gop for flash player to fast startup.
11. Support listen at multiple ports.