Skip to content

Commit 8a86d75

Browse files
authored
Merge pull request Snailclimb#408 from ipofss/patch-5
fix:fix error link
2 parents 526a0c4 + a2b1e00 commit 8a86d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dataStructures-algorithms/数据结构.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Set 继承于 Collection 接口,是一个不允许出现重复元素,并且
8383

8484
### ArrayList 和 LinkedList 源码学习
8585

86-
- [ArrayList 源码学习](https://github.com/Snailclimb/JavaGuide/blob/master/docs/java/ArrayList.md)
87-
- [LinkedList 源码学习](https://github.com/Snailclimb/JavaGuide/blob/master/docs/java/LinkedList.md)
86+
- [ArrayList 源码学习](https://github.com/Snailclimb/JavaGuide/blob/master/docs/java/collection/ArrayList.md)
87+
- [LinkedList 源码学习](https://github.com/Snailclimb/JavaGuide/blob/master/docs/java/collection/LinkedList.md)
8888

8989
### 推荐阅读
9090

0 commit comments

Comments
 (0)