From 3c75b1b5f52902e06b3b23b61a8a8bc08e692891 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Sat, 20 Apr 2024 13:15:33 +0200 Subject: [PATCH] Use the new square SVG image for PMD results. See https://github.com/pmd/pmd/pull/4970 --- .../java/edu/hm/hafner/analysis/registry/PmdDescriptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/edu/hm/hafner/analysis/registry/PmdDescriptor.java b/src/main/java/edu/hm/hafner/analysis/registry/PmdDescriptor.java index 3eda546a6..1eab09d68 100644 --- a/src/main/java/edu/hm/hafner/analysis/registry/PmdDescriptor.java +++ b/src/main/java/edu/hm/hafner/analysis/registry/PmdDescriptor.java @@ -38,7 +38,7 @@ public String getUrl() { @Override public String getIconUrl() { - return "https://docs.pmd-code.org/latest/images/logo/pmd-logo-300px-squared.png"; + return "https://github.com/pmd/pmd/blob/master/docs/images/logo/PMD_small.svg"; } @Override