diff --git a/go-app/internal/domain/domain.go b/go-app/internal/domain/domain.go index 05a2a42..a337613 100644 --- a/go-app/internal/domain/domain.go +++ b/go-app/internal/domain/domain.go @@ -116,7 +116,7 @@ func getRepoStatisticsForSite(site string, thisRepoStats *types.RepoStats, wg *s defer wg.Done() thisRepoStats.Site = site - thisRepoStats.Repo = github.GithubArc42URL + site + "-site" + thisRepoStats.Repo = github.GithubArc42URL + site github.StatsForRepo(site, thisRepoStats) diff --git a/go-app/main.go b/go-app/main.go index 5fe798d..ef41f03 100644 --- a/go-app/main.go +++ b/go-app/main.go @@ -9,9 +9,10 @@ import ( "strings" ) -const AppVersion = "0.4.3" +const AppVersion = "0.4.4" // version history +// 0.4.4 fix bad hyperlink to github issues // 0.4.3 fix #57 (local svg images for issues and badges) // 0.4.2 merge repositories (site-statistics and status.arc42.org-site) into one! // 0.4.1 added links to issue & bug badges