Skip to content

Commit 62449fa

Browse files
committed
update links
1 parent a6b4321 commit 62449fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/changelog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ uname=`uname`
1313
if [ "$uname" = "Darwin" ]; then
1414
SED=gsed
1515
fi
16-
git --no-pager log --no-merges --pretty=format:'* %s (%an) : `%h <https://github.com/mapserver/mapserver/commit/%H>`__' $tags | $SED 's!#\([0-9]\+\)! `#\1 <https://github.com/mapserver/mapserver/issues/\1>`__ !g'
16+
git --no-pager log --no-merges --pretty=format:'* %s (%an) : `%h <https://github.com/MapServer/MapServer/commit/%H>`__' $tags | $SED 's!#\([0-9]\+\)! `#\1 <https://github.com/MapServer/MapServer/issues/\1>`__ !g'

0 commit comments

Comments
 (0)