From 5a87809b25f862084aaf4ed43483c49aebf86899 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 28 Apr 2025 10:29:49 -0400 Subject: [PATCH] Update .github/release-notes.sh Co-authored-by: gustavderdrache --- .github/release-notes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-notes.sh b/.github/release-notes.sh index e567e0225..18dc7ea2f 100755 --- a/.github/release-notes.sh +++ b/.github/release-notes.sh @@ -29,7 +29,7 @@ trim_trailing_newlines() { linkify_gh() { sed \ - -e 's#\(https://github.com/DeterminateSystems/nix-src/\(pull\|issue\)/\([[:digit:]]\+\)\)#[dnix\#\3](\1)#' \ + -e 's!\(https://github.com/DeterminateSystems/nix-src/\(pull\|issue\)/\([[:digit:]]\+\)\)![DeterminateSystems/nix-src#\3](\1)!' \ -e 's#\(https://github.com/DeterminateSystems/nix-src/compare/\([^ ]\+\)\)#[\2](\1)#' }