From 1a493bbcb79ca99aa184c62ba7cf319f96c42269 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Tue, 4 Mar 2025 09:36:35 +0200 Subject: [PATCH] Fix POSIX link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 920f6e6..a62bf28 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # sed -Rust reimplementation of the [sed utility](https://pubs.opengroup.org/onlinepubs/9799919799/). +Rust reimplementation of the [sed utility](https://pubs.opengroup.org/onlinepubs/9799919799/utilities/sed.html). ## Installation