diff --git a/refactor-first-maven-plugin/src/main/java/org/hjug/mavenreport/RefactorFirstRealMavenReport.java b/refactor-first-maven-plugin/src/main/java/org/hjug/mavenreport/RefactorFirstRealMavenReport.java index 66495b9..128c76b 100644 --- a/refactor-first-maven-plugin/src/main/java/org/hjug/mavenreport/RefactorFirstRealMavenReport.java +++ b/refactor-first-maven-plugin/src/main/java/org/hjug/mavenreport/RefactorFirstRealMavenReport.java @@ -501,31 +501,31 @@ void renderGitHubButtons(Sink mainSink) { renderGitHubButton( mainSink, - "https://github.com/jimbethancourt/refactorfirst", + "https://github.com/refactorfirst/refactorfirst", "octicon-star", "true", - "Star jimbethancourt/refactorfirst on GitHub", + "Star refactorfirst/refactorfirst on GitHub", "Star"); renderGitHubButton( mainSink, - "https://github.com/jimbethancourt/refactorfirst/fork", + "https://github.com/refactorfirst/refactorfirst/fork", "octicon-repo-forked", "true", - "Fork jimbethancourt/refactorfirst on GitHub", + "Fork refactorfirst/refactorfirst on GitHub", "Fork"); renderGitHubButton( mainSink, - "https://github.com/jimbethancourt/refactorfirst/subscription", + "https://github.com/refactorfirst/refactorfirst/subscription", "octicon-eye", "true", - "Watch jimbethancourt/refactorfirst on GitHub", + "Watch refactorfirst/refactorfirst on GitHub", "Watch"); renderGitHubButton( mainSink, - "https://github.com/jimbethancourt/refactorfirst/issue", + "https://github.com/refactorfirst/refactorfirst/issue", "octicon-issue-opened", "false", - "Issue jimbethancourt/refactorfirst on GitHub", + "Issue refactorfirst/refactorfirst on GitHub", "Issue"); renderGitHubButton( mainSink, diff --git a/report/src/main/java/org/hjug/refactorfirst/report/HtmlReport.java b/report/src/main/java/org/hjug/refactorfirst/report/HtmlReport.java index 59b7e96..7233b62 100644 --- a/report/src/main/java/org/hjug/refactorfirst/report/HtmlReport.java +++ b/report/src/main/java/org/hjug/refactorfirst/report/HtmlReport.java @@ -375,13 +375,13 @@ void renderGithubButtons(StringBuilder stringBuilder) { stringBuilder.append("Show RefactorFirst some ❤️"); stringBuilder.append("
"); stringBuilder.append( - "Star"); + "Star"); stringBuilder.append( - "Fork"); + "Fork"); stringBuilder.append( - "Watch"); + "Watch"); stringBuilder.append( - "Issue"); + "Issue"); stringBuilder.append( "Sponsor"); stringBuilder.append("");