docs: 更新克隆链接,指向新的仓库地址

This commit is contained in:
abel533
2026-04-03 00:37:04 +08:00
parent 0aacf34172
commit edd942419d
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -95,7 +95,7 @@ export function Header() {
</button>
<a
href="https://github.com/abel533/learn-claude-code"
href="https://github.com/abel533/claude-code"
target="_blank"
rel="noopener"
className="text-zinc-500 hover:text-zinc-700 dark:text-zinc-400 dark:hover:text-white"
@@ -151,7 +151,7 @@ export function Header() {
{dark ? <Sun size={18} /> : <Moon size={18} />}
</button>
<a
href="https://github.com/abel533/learn-claude-code"
href="https://github.com/abel533/claude-code"
target="_blank"
rel="noopener"
className="flex min-h-[44px] min-w-[44px] items-center justify-center text-zinc-500 hover:text-zinc-700 dark:text-zinc-400 dark:hover:text-white"