From: Guilherme Ferreira <16529503+piradata@users.noreply.github.com> Date: Sat, 25 Oct 2025 23:15:53 +0000 (-0300) Subject: Update README.md X-Git-Tag: mdadm-4.5~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=868376e030349417bc6c858dec565ae0d9808b60;p=thirdparty%2Fmdadm.git Update README.md just updated the link to the new one, the old pointed to an archive page Signed-off-by: Guilherme Ferreira <16529503+piradata@users.noreply.github.com> --- diff --git a/README.md b/README.md index ba611ec5..9289f50a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ **mdadm** is a utility used to create and manage **software RAID** devices implemented through **Multiple devices driver (MD)** in kernel. It supports following RAID metadata formats: -* [Linux native RAID](https://raid.wiki.kernel.org/index.php/RAID_superblock_formats): +* [Linux native RAID](https://docs.kernel.org/admin-guide/md.html#superblock-formats): Known as **native** or **native RAID**. First and default metadata format. Metadata management is implemented in **MD driver**.