From 38bb39be2b01bf77187624ecd7f03229325b264b Mon Sep 17 00:00:00 2001 From: Keqi Huang Date: Tue, 7 Aug 2018 18:26:21 +0800 Subject: [PATCH] =?UTF-8?q?repo=20=E9=93=BE=E6=8E=A5=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/leetcode 总结.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/leetcode 总结.md b/other/leetcode 总结.md index a864b791..82ff61c7 100644 --- a/other/leetcode 总结.md +++ b/other/leetcode 总结.md @@ -5,7 +5,7 @@ ## LeetCode 习题集合 -* [LeetCode 解题集合](https://github.com/apachecn/leetcode/docs/Leetcode_Solutions) +* [LeetCode 解题集合](https://github.com/apachecn/LeetCode/tree/master/docs/Leetcode_Solutions) ## 模版要求 @@ -19,7 +19,7 @@ > **案例模版** -[模版:007. Reverse Integer 反转整数](https://github.com/apachecn/leetcode/docs/Leetcode_Solutions/007._Reverse_Integer.md) +[模版:007. Reverse Integer 反转整数](https://github.com/apachecn/LeetCode/tree/master/docs/Leetcode_Solutions/007._Reverse_Integer.md) ## 项目贡献者