From 41598aafa76e36ded3dfb9b31de6cd3358846819 Mon Sep 17 00:00:00 2001 From: mudongliang Date: Sat, 16 Apr 2016 23:57:57 -0400 Subject: [PATCH] update links in README of Theory to gitbook --- Theory/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Theory/README.md b/Theory/README.md index 86ffc70..aae7171 100644 --- a/Theory/README.md +++ b/Theory/README.md @@ -2,5 +2,5 @@ 这一章描述各种理论性概念和那些不直接涉及实践,但是知道了会很有用的概念。 -* [分页](https://github.com/MintCN/linux-insides-zh/blob/master/Theory/Paging.md) -* [Elf64 格式](https://github.com/MintCN/linux-insides-zh/blob/master/Theory/ELF.md) +* [分页](https://xinqiu.gitbooks.io/linux-insides-cn/content/Theory/Paging.html) +* [Elf64 格式](https://xinqiu.gitbooks.io/linux-insides-cn/content/Theory/ELF.html)