From 93c3c153f0fb88930e37d1d829c1d26f0a4fb4e1 Mon Sep 17 00:00:00 2001 From: Daenney Date: Sun, 27 Apr 2025 13:36:27 +0200 Subject: [chore] Rewrite all remaining Github links --- .../db/bundb/migrations/20250124164400_domain_perm_sub_migration_fix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/db') diff --git a/internal/db/bundb/migrations/20250124164400_domain_perm_sub_migration_fix.go b/internal/db/bundb/migrations/20250124164400_domain_perm_sub_migration_fix.go index 6e9756e39..50546cd42 100644 --- a/internal/db/bundb/migrations/20250124164400_domain_perm_sub_migration_fix.go +++ b/internal/db/bundb/migrations/20250124164400_domain_perm_sub_migration_fix.go @@ -30,7 +30,7 @@ import ( // which will be a noop in most cases, but will fix some issues for those who // were running snapshots between GtS v0.17.0 and GtS v0.18.0. // -// See https://github.com/superseriousbusiness/gotosocial/pull/3679. +// See https://codeberg.org/superseriousbusiness/gotosocial/pulls/3679. func init() { up := func(ctx context.Context, db *bun.DB) error { return db.RunInTx(ctx, nil, func(ctx context.Context, tx bun.Tx) error { -- cgit v1.2.3