From 0b26cd9f4d801a8eac4161d25a0d92c05342372b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=85=8E=E9=A5=BC=E6=9E=9C=E5=AD=90=E5=8D=B7=E9=B2=A8?= =?UTF-8?q?=E9=B1=BC=E8=BE=A3=E6=A4=92?= Date: Wed, 12 Feb 2025 09:45:02 +0800 Subject: [PATCH] docs: Fix version history link in README files - Corrected markdown link for version history in both English and Chinese README - Removed duplicate `.md` extension from link - Ensured consistent link formatting across language versions --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9e7c18..6ab8fbb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ - v0.45.11 (2024-02-07) - Latest Release - v0.44.11 (2024-01-03) - Most Stable Release -[View Full Version History](CursorHistoryDown.md.md) +[View Full Version History](CursorHistoryDown.md) diff --git a/README_CN.md b/README_CN.md index b837865..e7dbd6f 100644 --- a/README_CN.md +++ b/README_CN.md @@ -30,7 +30,7 @@ - v0.45.11 (2024-02-07) - 最新发布 - v0.44.11 (2024-01-03) - 最稳定版本 -[查看完整版本历史](CursorHistoryDown.md.md) +[查看完整版本历史](CursorHistoryDown.md)