From 7525de80e9df102e5b1fae564c5648d0d661bae5 Mon Sep 17 00:00:00 2001 From: hanyujie2002 Date: Thu, 11 Apr 2024 12:52:53 +0800 Subject: [PATCH] Document: so2: assign3-software-raid: update a outdated slug of a link --- Documentation/teaching/so2/assign3-software-raid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/teaching/so2/assign3-software-raid.rst b/Documentation/teaching/so2/assign3-software-raid.rst index 12a7e01fc3d813..74f9a4db120fc1 100644 --- a/Documentation/teaching/so2/assign3-software-raid.rst +++ b/Documentation/teaching/so2/assign3-software-raid.rst @@ -20,7 +20,7 @@ Assignment's Objectives Statement ========= -Write a kernel module that implements the RAID software functionality. `Software RAID `__ provides an abstraction between +Write a kernel module that implements the RAID software functionality. `Software RAID `__ provides an abstraction between the logical device and the physical devices. The implementation will use `RAID scheme 1 `__. The virtual machine has two hard disks that will represent the physical devices: `/dev/vdb` and `/dev/vdc`. The operating system