diff --git a/pkg/controller/main.go b/pkg/controller/main.go index 5dbe757..8055b39 100644 --- a/pkg/controller/main.go +++ b/pkg/controller/main.go @@ -243,7 +243,7 @@ func (ctrl *Controller) handlePackage(ctx context.Context, logE *logrus.Entry, p RepoName: repoName, NewVersion: newVersion, CurrentVersion: currentVersion, - CompareURL: fmt.Sprintf(`[compare](https://github.com/%s/%s/compare/%s...%s)`, repoOwner, repoName, currentVersion, newVersion), + CompareURL: fmt.Sprintf(`https://github.com/%s/%s/compare/%s...%s`, repoOwner, repoName, currentVersion, newVersion), ReleaseURL: fmt.Sprintf(`https://github.com/%s/%s/releases/tag/%s`, repoOwner, repoName, newVersion), }