From ae7257d26ee020b7e4560f66340da2a25f7f12a2 Mon Sep 17 00:00:00 2001 From: Jonathon Reinhart <JonathonReinhart@users.noreply.github.com> Date: Sun, 7 Apr 2024 21:10:35 -0400 Subject: [PATCH] Update link to util-linux --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04e17b4..7b251d2 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ This projects aims at doing the same as https://github.com/uutils/coreutils for util-linux. -We are rewriting <a href="http://www.kernel.org/pub/linux/utils/util-linux/">these tools</a> in Rust as dropped-in replacements. +We are rewriting [these tools](https://github.com/util-linux/util-linux) in Rust as drop-in replacements. +First, reimplement the most important tools from util-linux: -First, reimplement the most important tools from util-linux ## System Information - `dmesg`: Displays kernel messages. - `lscpu`: Shows CPU architecture information.