diff --git a/docs/notes/Leetcode 题解 - 双指针.md b/docs/notes/Leetcode 题解 - 双指针.md
index 861e3f08..512fd36d 100644
--- a/docs/notes/Leetcode 题解 - 双指针.md
+++ b/docs/notes/Leetcode 题解 - 双指针.md
@@ -13,9 +13,9 @@
# 1. 有序数组的 Two Sum
-67\. Two Sum II - Input array is sorted (Easy) [Leetcode
+167\. Two Sum II - Input array is sorted (Easy)
-Leetcode / 力扣
+Leetcode / 力扣
```html
Input: numbers={2, 7, 11, 15}, target=9
diff --git a/notes/Leetcode 题解 - 双指针.md b/notes/Leetcode 题解 - 双指针.md
index 861e3f08..512fd36d 100644
--- a/notes/Leetcode 题解 - 双指针.md
+++ b/notes/Leetcode 题解 - 双指针.md
@@ -13,9 +13,9 @@
# 1. 有序数组的 Two Sum
-67\. Two Sum II - Input array is sorted (Easy) [Leetcode
+167\. Two Sum II - Input array is sorted (Easy)
-Leetcode / 力扣
+Leetcode / 力扣
```html
Input: numbers={2, 7, 11, 15}, target=9