Skip to content

Commit

Permalink
chore(ui/home): update debug commit url
Browse files Browse the repository at this point in the history
  • Loading branch information
rhunk committed Aug 18, 2024
1 parent f040dc0 commit 1d4cd7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class HomeRootSection : Routes.Route() {
buildSummary.getStringAnnotations(
tag = "git_hash", start = offset, end = offset
).firstOrNull()?.let {
openExternalLink("https://github.com/rhunk/SnapEnhance/commit/${it.item}")
openExternalLink("https://codeberg.org/SnapEnhance/SnapEnhance/commit/${it.item}")
}
}
)
Expand Down

0 comments on commit 1d4cd7c

Please sign in to comment.