From c02760513a1fb291cb32b2fe044470da26daee7f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Nov 2022 18:44:55 -0300 Subject: Replace kuvira -> toph git grep -l euandreh.xyz | xargs sed -i 's|euandreh.xyz/\(.*\).git|euandre.org/git/\1|' Plus a few other manual changes. --- aux/workflow/assert-changelog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aux/workflow/assert-changelog.sh') 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 -- cgit v1.2.3