Skip to content

Commit 239b198

Browse files
committed
Fixed Shipkit link
1 parent c05b105 commit 239b198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/shipkit/changelog/ChangelogFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static String formatChangelog(Collection<String> contributors, Collection
2525
"@improvements@";
2626

2727
Map<String, String> data = new HashMap<String, String>() {{
28-
put("header", "<sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/org.shipkit.shipkit-changelog)*</sup></sup>");
28+
put("header", "<sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup>");
2929
put("version", version);
3030
put("date", date);
3131
put("commitCount", "" + commitCount);

0 commit comments

Comments
 (0)