From 648360ef80f9d67397ad355f72bcd1a19b65947f Mon Sep 17 00:00:00 2001 From: Loi Chyan Date: Sat, 31 May 2025 14:51:49 +0800 Subject: [PATCH] docs: fix broken links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87b437b..02d7aec 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ trap Lv.2 (trap3)-->{o} (tr ## 设计解释 -- [为什么陷入必须换栈](https://github.com/rustsbi/notebook/blob/main/%E9%9A%8F%E7%AC%94/20230130-trap-to-a-new-stack.md) +- [为什么陷入必须换栈](https://github.com/YdrMaster/notebook/blob/main/%E9%9A%8F%E7%AC%94/20230130-trap-to-a-new-stack.md) ## 使用说明