This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-aggregator.git
The following commit(s) were added to refs/heads/master by this push:
new 8c735aa fix badged link for groups
new 5220711 Merge pull request #3 from stbischof/patch-1
8c735aa is described below
commit 8c735aa8c42a5539264b2a907442c588f4c24048
Author: Stefan Bischof <[email protected]>
AuthorDate: Thu Apr 22 10:58:16 2021 +0200
fix badged link for groups
Signed-off-by: Stefan Bischof <[email protected]>
---
generate-badges.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/generate-badges.groovy b/generate-badges.groovy
index 1b3c48f..97a7799 100644
--- a/generate-badges.groovy
+++ b/generate-badges.groovy
@@ -57,7 +57,7 @@ ArrayList calculateBadges(Map project) {
}
if (project.group) {
println 'Adding group badge...'
-
badges.add(" [](https://github.com/apache/sling-aggregator/blob/master/docs/group/${project.group}.md)")
+
badges.add(" [](https://github.com/apache/sling-aggregator/blob/master/docs/groups/${project.group}.md)")
}
return badges
}