소스 검색

fix links in DataStructures/README.md

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Alexander Kuleshov 7 년 전
부모
커밋
2a90ecc3f5
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      DataStructures/README.md

+ 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:
 
-  * [Doubly linked list](dlist.md)
-  * [Radix tree](radix-tree.md)
-  * [Bit arrays](bitmap.md)
+  * [Doubly linked list](linux-datastructures1.md)
+  * [Radix tree](linux-datastructures1.md)
+  * [Bit arrays](linux-datastructures1.md)