From 56ea7250297154b2ecf7d39d2da8ab732ca66639 Mon Sep 17 00:00:00 2001 From: Yu Chen Date: Sat, 2 Jul 2022 15:02:32 +0800 Subject: [PATCH] update scheduling --- scheduling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduling.md b/scheduling.md index 268b050..0a59dad 100644 --- a/scheduling.md +++ b/scheduling.md @@ -106,7 +106,7 @@ 请注意各个实践或实验的具体初始化设置: - [lab0-0实践初始化设置](https://learningos.github.io/rust-based-os-comp2022/chapter1/0intro.html#id4) - - [lab0-1实践初始化设置](https://learningos.github.io/rust-based-os-comp2022/chapter2/ + - [lab0-1实践初始化设置](https://learningos.github.io/rust-based-os-comp2022/chapter2/) - [lab1实验初始化设置](https://learningos.github.io/rust-based-os-comp2022/chapter3/0intro.html#id3) - [lab2 实验初始化设置](https://learningos.github.io/rust-based-os-comp2022/chapter4/0intro.html#id3) - [lab3 实验初始化设置](https://learningos.github.io/rust-based-os-comp2022/chapter5/0intro.html#id3)