@@ -236,16 +236,18 @@ You can open a doc html of `os` using `cargo doc --no-deps --open` under `os` di
236236
237237### OS-API-DOCS
238238The API Docs for Ten OS
239- 1. [Lib-OS API doc](https://learningos.github.io/rCore-Tutorial-v3/ch1/os/index.html)
240- 1. [Batch-OS API doc](https://learningos.github.io/rCore-Tutorial-v3/ch2/os/index.html)
241- 1. [MultiProg-OS API doc](https://learningos.github.io/rCore-Tutorial-v3/ch3-coop/os/index.html)
242- 1. [TimeSharing-OS API doc](https://learningos.github.io/rCore-Tutorial-v3/ch3/os/index.html)
243- 1. [AddrSpace-OS API doc](https://learningos.github.io/rCore-Tutorial-v3/ch4/os/index.html)
244- 1. [Process-OS API doc](https://learningos.github.io/rCore-Tutorial-v3/ch5/os/index.html)
245- 1. [FileSystem-OS API doc](https://learningos.github.io/rCore-Tutorial-v3/ch6/os/index.html)
246- 1. [IPC-OS API doc](https://learningos.github.io/rCore-Tutorial-v3/ch7/os/index.html)
247- 1. [SyncMutex-OS API doc](https://learningos.github.io/rCore-Tutorial-v3/ch8/os/index.html)
248- 1. [IODevice-OS API doc](https://learningos.github.io/rCore-Tutorial-v3/ch9/os/index.html)
239+ 1. [Lib-OS API doc](https://rcore-os.github.io/rCore-Tutorial-v3/ch1/os/index.html)
240+ 1. [Batch-OS API doc](https://rcore-os.github.io/rCore-Tutorial-v3/ch2/os/index.html)
241+ 1. [MultiProg-OS API doc](https://rcore-os.github.io/rCore-Tutorial-v3/ch3-coop/os/index.html)
242+ 1. [TimeSharing-OS API doc](https://rcore-os.github.io/rCore-Tutorial-v3/ch3/os/index.html)
243+ 1. [AddrSpace-OS API doc](https://rcore-os.github.io/rCore-Tutorial-v3/ch4/os/index.html)
244+ 1. [Process-OS API doc](https://rcore-os.github.io/rCore-Tutorial-v3/ch5/os/index.html)
245+ 1. [FileSystem-OS API doc](https://rcore-os.github.io/rCore-Tutorial-v3/ch6/os/index.html)
246+ 1. [IPC-OS API doc](https://rcore-os.github.io/rCore-Tutorial-v3/ch7/os/index.html)
247+ 1. [SyncMutex-OS API doc](https://rcore-os.github.io/rCore-Tutorial-v3/ch8/os/index.html)
248+ 1. [IODevice-OS API doc](https://rcore-os.github.io/rCore-Tutorial-v3/ch9/os/index.html)
249+
250+ #### [OS API chinese doc](https://github.com/rcore-os/rCore-Tutorial-v3-api-doc/blob/main/rCore-Tutorial-v3.md)
249251
250252## Working in progress
251253
0 commit comments