diff --git a/internal/badge/badges.go b/internal/badge/badges.go index e226733..213c3fb 100644 --- a/internal/badge/badges.go +++ b/internal/badge/badges.go @@ -19,8 +19,8 @@ const ShieldsBugSuffix = "?query=label%3Abug%20is%3Aopen&label=bugs&color=red" // LocalBadgeLocation is the constant for the file path of local badge images. // we use these local versions to save remote-requests to shields.io const LocalBadgeLocation = "/images/badges/" -const LocalIssueBadgePrefix = LocalBadgeLocation + "issue-" -const LocalBugBadgePrefix = LocalBadgeLocation + "bug-" + +const LocalIssueBadgePrefix = LocalBadgeLocation + "issues-" +const LocalBugBadgePrefix = LocalBadgeLocation + "bugs-" + "" const LocalBadgeSvgThreshold = 20