We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d122849 commit 5ece58cCopy full SHA for 5ece58c
content/design/_index.md
@@ -8,5 +8,8 @@ bookToc: false
8
9
## 本目录文档列表
10
11
-1. [异步操作系统设计方案](https://github.com/async-kernel/documents/blob/main/design/design.md):由众人维护,始于[石墨文档](https://shimo.im/docs/473QyY5re6tvXb3w),2021年05月26号迁移至此,并继续在此维护;
12
-2. 贺锟鹏维护的[用户中断规范文档](https://github.com/async-kernel/documents/blob/main/design/spec_N.md)
+1. [异步操作系统设计方案][design]:由众人维护,始于[石墨文档](https://shimo.im/docs/473QyY5re6tvXb3w),2021年05月26号迁移至此,并继续在此维护;
+2. 贺锟鹏维护的[用户中断规范文档][spec_N]
13
+
14
+[design]: https://github.com/AsyncOS/AsyncOS.github.io/tree/main/content/design/overview.md
15
+[spec_N]: https://github.com/AsyncOS/AsyncOS.github.io/tree/main/content/design/spec_N.md
content/design/design.md renamed to content/design/overview.md
0 commit comments