From 4b65a2e2ee4321724f0dbf036ca563070a0f8d5d Mon Sep 17 00:00:00 2001 From: mudongliang Date: Sat, 16 Apr 2016 23:55:20 -0400 Subject: [PATCH] update links in README of DataStructures to gitbook --- DataStructures/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DataStructures/README.md b/DataStructures/README.md index 052035b..87af433 100644 --- a/DataStructures/README.md +++ b/DataStructures/README.md @@ -5,5 +5,5 @@ Linux内核对很多数据结构提供不同的实现方法,比如,双向链 这部分考虑这些数据结构和算法。 - * [双向链表](https://github.com/MintCN/linux-insides-zh/blob/master/DataStructures/dlist.md) - * [基数树](https://github.com/MintCN/linux-insides-zh/blob/master/DataStructures/radix-tree.md) + * [双向链表](https://xinqiu.gitbooks.io/linux-insides-cn/content/DataStructures/dlist.html) + * [基数树](https://xinqiu.gitbooks.io/linux-insides-cn/content/DataStructures/radix-tree.html)