瀏覽代碼

modify the filename due to the filename conversion

Dongliang Mu 7 年之前
父節點
當前提交
698f76a79e

+ 3 - 3
DataStructures/README.md

@@ -5,6 +5,6 @@ Linux kernel provides different implementations of data structures like doubly l
 
 
 This part considers the following data structures and algorithms:
 This part considers the following data structures and algorithms:
 
 
-  * [Doubly linked list](linux-datastructures1.md)
-  * [Radix tree](linux-datastructures1.md)
-  * [Bit arrays](linux-datastructures1.md)
+  * [Doubly linked list](linux-datastructures-1.md)
+  * [Radix tree](linux-datastructures-2.md)
+  * [Bit arrays](linux-datastructures-3.md)

+ 0 - 0
DataStructures/linux-datastructures1.md → DataStructures/linux-datastructures-1.md


+ 0 - 0
DataStructures/linux-datastructures2.md → DataStructures/linux-datastructures-2.md


+ 0 - 0
DataStructures/linux-datastructures3.md → DataStructures/linux-datastructures-3.md


+ 3 - 3
SUMMARY.md

@@ -66,9 +66,9 @@
     * [The initcall mechanism](Concepts/linux-cpu-3.md)
     * [The initcall mechanism](Concepts/linux-cpu-3.md)
     * [Notification Chains](Concepts/linux-cpu-4.md)
     * [Notification Chains](Concepts/linux-cpu-4.md)
 * [Data Structures in the Linux Kernel](DataStructures/README.md)
 * [Data Structures in the Linux Kernel](DataStructures/README.md)
-    * [Doubly linked list](DataStructures/linux-datastructures1.md)
-    * [Radix tree](DataStructures/linux-datastructures2.md)
-    * [Bit arrays](DataStructures/linux-datastructures3.md)
+    * [Doubly linked list](DataStructures/linux-datastructures-1.md)
+    * [Radix tree](DataStructures/linux-datastructures-2.md)
+    * [Bit arrays](DataStructures/linux-datastructures-3.md)
 * [Theory](Theory/README.md)
 * [Theory](Theory/README.md)
     * [Paging](Theory/linux-theory-1.md)
     * [Paging](Theory/linux-theory-1.md)
     * [Elf64](Theory/linux-theory-2.md)
     * [Elf64](Theory/linux-theory-2.md)