Fix file names containing _

This commit is contained in:
Tate, Hongliang Tian 2025-12-13 17:16:17 +08:00 committed by Tate, Hongliang Tian
parent 7b3d01cd47
commit 03c1600999
3 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
* [Getting Started](kernel/README.md)
* [Advanced Build and Test Instructions](kernel/advanced-instructions.md)
* [Intel TDX](kernel/intel_tdx.md)
* [Intel TDX](kernel/intel-tdx.md)
* [The Framekernel Architecture](kernel/the-framekernel-architecture.md)
* [Linux Compatibility](kernel/linux-compatibility/README.md)
* [Syscall Flag Coverage](kernel/linux-compatibility/syscall-flag-coverage/README.md)
@ -42,7 +42,7 @@
* [Creating an OS Project](osdk/guide/create-project.md)
* [Testing or Running an OS Project](osdk/guide/run-project.md)
* [Working in a Workspace](osdk/guide/work-in-workspace.md)
* [Advanced Topics](osdk/guide/advanced_topics.md)
* [Advanced Topics](osdk/guide/advanced-topics.md)
* [Intel TDX](osdk/guide/intel-tdx.md)
* [OSDK User Reference](osdk/reference/README.md)
* [Commands](osdk/reference/commands/README.md)