File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
refactor-first-maven-plugin/src/main/java/org/hjug/mavenreport
report/src/main/java/org/hjug/refactorfirst/report Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -501,31 +501,31 @@ void renderGitHubButtons(Sink mainSink) {
501
501
502
502
renderGitHubButton (
503
503
mainSink ,
504
- "https://github.com/jimbethancourt /refactorfirst" ,
504
+ "https://github.com/refactorfirst /refactorfirst" ,
505
505
"octicon-star" ,
506
506
"true" ,
507
- "Star jimbethancourt /refactorfirst on GitHub" ,
507
+ "Star refactorfirst /refactorfirst on GitHub" ,
508
508
"Star" );
509
509
renderGitHubButton (
510
510
mainSink ,
511
- "https://github.com/jimbethancourt /refactorfirst/fork" ,
511
+ "https://github.com/refactorfirst /refactorfirst/fork" ,
512
512
"octicon-repo-forked" ,
513
513
"true" ,
514
- "Fork jimbethancourt /refactorfirst on GitHub" ,
514
+ "Fork refactorfirst /refactorfirst on GitHub" ,
515
515
"Fork" );
516
516
renderGitHubButton (
517
517
mainSink ,
518
- "https://github.com/jimbethancourt /refactorfirst/subscription" ,
518
+ "https://github.com/refactorfirst /refactorfirst/subscription" ,
519
519
"octicon-eye" ,
520
520
"true" ,
521
- "Watch jimbethancourt /refactorfirst on GitHub" ,
521
+ "Watch refactorfirst /refactorfirst on GitHub" ,
522
522
"Watch" );
523
523
renderGitHubButton (
524
524
mainSink ,
525
- "https://github.com/jimbethancourt /refactorfirst/issue" ,
525
+ "https://github.com/refactorfirst /refactorfirst/issue" ,
526
526
"octicon-issue-opened" ,
527
527
"false" ,
528
- "Issue jimbethancourt /refactorfirst on GitHub" ,
528
+ "Issue refactorfirst /refactorfirst on GitHub" ,
529
529
"Issue" );
530
530
renderGitHubButton (
531
531
mainSink ,
Original file line number Diff line number Diff line change @@ -375,13 +375,13 @@ void renderGithubButtons(StringBuilder stringBuilder) {
375
375
stringBuilder .append ("Show RefactorFirst some ❤️" );
376
376
stringBuilder .append ("<br/>" );
377
377
stringBuilder .append (
378
- "<a class=\" github-button\" href=\" https://github.com/jimbethancourt /refactorfirst\" data-icon=\" octicon-star\" data-size=\" large\" data-show-count=\" true\" aria-label=\" Star jimbethancourt /refactorfirst on GitHub\" >Star</a>" );
378
+ "<a class=\" github-button\" href=\" https://github.com/refactorfirst /refactorfirst\" data-icon=\" octicon-star\" data-size=\" large\" data-show-count=\" true\" aria-label=\" Star refactorfirst /refactorfirst on GitHub\" >Star</a>" );
379
379
stringBuilder .append (
380
- "<a class=\" github-button\" href=\" https://github.com/jimbethancourt /refactorfirst/fork\" data-icon=\" octicon-repo-forked\" data-size=\" large\" data-show-count=\" true\" aria-label=\" Fork jimbethancourt /refactorfirst on GitHub\" >Fork</a>" );
380
+ "<a class=\" github-button\" href=\" https://github.com/refactorfirst /refactorfirst/fork\" data-icon=\" octicon-repo-forked\" data-size=\" large\" data-show-count=\" true\" aria-label=\" Fork refactorfirst /refactorfirst on GitHub\" >Fork</a>" );
381
381
stringBuilder .append (
382
- "<a class=\" github-button\" href=\" https://github.com/jimbethancourt /refactorfirst/subscription\" data-icon=\" octicon-eye\" data-size=\" large\" data-show-count=\" true\" aria-label=\" Watch jimbethancourt /refactorfirst on GitHub\" >Watch</a>" );
382
+ "<a class=\" github-button\" href=\" https://github.com/refactorfirst /refactorfirst/subscription\" data-icon=\" octicon-eye\" data-size=\" large\" data-show-count=\" true\" aria-label=\" Watch refactorfirst /refactorfirst on GitHub\" >Watch</a>" );
383
383
stringBuilder .append (
384
- "<a class=\" github-button\" href=\" https://github.com/jimbethancourt /refactorfirst/issues\" data-icon=\" octicon-issue-opened\" data-size=\" large\" data-show-count=\" false\" aria-label=\" Issue jimbethancourt /refactorfirst on GitHub\" >Issue</a>" );
384
+ "<a class=\" github-button\" href=\" https://github.com/refactorfirst /refactorfirst/issues\" data-icon=\" octicon-issue-opened\" data-size=\" large\" data-show-count=\" false\" aria-label=\" Issue refactorfirst /refactorfirst on GitHub\" >Issue</a>" );
385
385
stringBuilder .append (
386
386
"<a class=\" github-button\" href=\" https://github.com/sponsors/jimbethancourt\" data-icon=\" octicon-heart\" data-size=\" large\" aria-label=\" Sponsor @jimbethancourt on GitHub\" >Sponsor</a>" );
387
387
stringBuilder .append ("</div>" );
You can’t perform that action at this time.
0 commit comments