From 9280793a0f7d591c0d9c8afe81bf278c10c29133 Mon Sep 17 00:00:00 2001 From: xinqiu Date: Thu, 16 Jun 2016 16:35:30 +0800 Subject: [PATCH] change links --- DataStructures/bitmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataStructures/bitmap.md b/DataStructures/bitmap.md index 80e73c9..9e4637e 100644 --- a/DataStructures/bitmap.md +++ b/DataStructures/bitmap.md @@ -365,7 +365,7 @@ Links * [linked data structures](https://en.wikipedia.org/wiki/Linked_data_structure) * [tree data structures](https://en.wikipedia.org/wiki/Tree_%28data_structure%29) * [hot-plug](https://www.kernel.org/doc/Documentation/cpu-hotplug.txt) -* [cpumasks](https://0xax.gitbooks.io/linux-insides/content/Concepts/cpumask.html) +* [cpumasks](https://xinqiu.gitbooks.io/linux-insides-cn/content/Concepts/cpumask.html) * [IRQs](https://en.wikipedia.org/wiki/Interrupt_request_%28PC_architecture%29) * [API](https://en.wikipedia.org/wiki/Application_programming_interface) * [atomic operations](https://en.wikipedia.org/wiki/Linearizability)