Sonarqube Developer Edition V8.9.9 has incorrect link to detekt webiste in code smells

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    Sonarqube Developer edition 8.9.9
    detekt plugin version 1.9.1
  • how is SonarQube deployed: zip, Docker, Helm
    zip

We have recently enabled detekt for static code analysis in out Jenkins pipeline for Kotlin
Every appears fine but in terms of analysis but when we go look at the code small and click into “Why is this an issue?”, we are presented with an incorrect link to the detekt website. It appears to still be linked to the old domain “arturbosch.github.io” instead of “detekt.github.io
We assumed it was taking this value from the report generated but looking the report, the links are correct. Is there somewhere else in Sonarqube where we can config this link?

You might want to bring that up to the maintainers of GitHub - detekt/sonar-kotlin: SonarQube plugin for Kotlin

:warning: Make sure you upgrade to SonarQube v9.9 LTS soon, not only to benefit from our Best LTS Ever™, but because soon we will systematically ask users to upgrade when they ask questions about earlier versions of SonarQube, which are now considered unsupported. :smiley:

Thank you. I’ll give them a go.