Skip to content

Commit

Permalink
Use the PMD square image.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Apr 15, 2024
1 parent ab870b7 commit 73a2765
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public String getUrl() {

@Override
public String getIconUrl() {
return "https://raw.githubusercontent.com/pmd/pmd/master/docs/images/logo/pmd-logo-300px.png";
return "https://docs.pmd-code.org/latest/images/logo/pmd-logo-300px-squared.png";

Check warning on line 41 in src/main/java/edu/hm/hafner/analysis/registry/PmdDescriptor.java

View check run for this annotation

Codecov / codecov/patch

src/main/java/edu/hm/hafner/analysis/registry/PmdDescriptor.java#L41

Added line #L41 was not covered by tests
}

@Override
Expand Down

0 comments on commit 73a2765

Please sign in to comment.