diff --git a/.release-plz.toml b/.release-plz.toml index c33c23c5b85a..6442af58ad98 100644 --- a/.release-plz.toml +++ b/.release-plz.toml @@ -45,5 +45,5 @@ commit_parsers = [ link_parsers = [ # Extract backport patterns - { pattern = '\(backport <.*/(\d+)>\)', text = "#$1", href = "https://github.com/rust-lang/libc/pulls/$1"} + { pattern = '\(backport <.*/(\d+)>\)', text = "#$1", href = "https://github.com/rust-lang/libc/pull/$1"} ]