Skip to content

Commit a9def31

Browse files
committed
please.sh upgrade gawk: fix URL of gawk's release notes
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c62c7e4 commit a9def31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

please.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3117,7 +3117,7 @@ upgrade () { # [--directory=<artifacts-directory>] [--no-upload] [--force] [--fo
31173117
url=http://git.savannah.gnu.org/cgit/gawk.git/plain &&
31183118
url=$url/NEWS?h=gawk-$version &&
31193119
v="v$version${force_pkgrel:+ ($force_pkgrel)}" &&
3120-
relnotes_feature="Comes with [$package $v]($url/CHANGES)."
3120+
relnotes_feature="Comes with [$package $v]($url)."
31213121
;;
31223122
*)
31233123
die "Unhandled package: %s\n" "$package"

0 commit comments

Comments
 (0)