]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-22728 Remove the link from "Enable legacy mode" setting
authorDejan Milisavljevic <dejan.milisavljevic@sonarsource.com>
Mon, 26 Aug 2024 05:54:37 +0000 (07:54 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 26 Aug 2024 20:03:09 +0000 (20:03 +0000)
sonar-core/src/main/java/org/sonar/core/config/LegacyRatingProperties.java

index d6a86e9c68b7263a40c302ee0a4da2ee3c5765b7..ed621ff35d6771461565bbcc0d99ba99f1a591d1 100644 (file)
@@ -38,8 +38,7 @@ public final class LegacyRatingProperties {
       PropertyDefinition.builder(LEGACY_RATING_MODE_ENABLED)
         .defaultValue(Boolean.FALSE.toString())
         .name("Enable legacy mode")
-        .description("Ratings have updated logic and have grades ranging from A to D, while the old scale ranges from A to E " +
-          "(<a href=\"https://docs.sonarsource.com/sonarqube/latest/user-guide/code-metrics/metrics-definition/\">read more about why</a>)." +
+        .description("Ratings have updated logic and have grades ranging from A to D, while the old scale ranges from A to E." +
           "<br><br>" +
           "If you choose legacy mode, ratings and other counts will be calculated using the former logic. The old ratings scale (A-E) is " +
           "deprecated and is scheduled for replacement by the new scale (A-D) in the next LTA.")