diff options
Diffstat (limited to '')
-rwxr-xr-x | aux/workflow/assert-changelog.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/assert-changelog.sh b/aux/workflow/assert-changelog.sh index c58a600..07ced10 100755 --- a/aux/workflow/assert-changelog.sh +++ b/aux/workflow/assert-changelog.sh @@ -44,7 +44,7 @@ assert() { VVERSION="$2" VERSION="${2#v}" CHANGELOG_ENTRY="$(printf \ - '# [%s](https://euandreh.xyz/%s.git/commit/?id=%s) - %s' \ + '# [%s](https://euandre.org/git/%s/commit/?id=%s) - %s' \ "$VERSION" "$PROJECT" "$VVERSION" "$DATE")" if ! grep -qF "$CHANGELOG_ENTRY" CHANGELOG.md; then echo "Missing '$CHANGELOG_ENTRY' entry from CHANGELOG.md" >&2 |