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

index 9e56594cf82ee4cdad4cfea4f9cf9156763174bc..d6a86e9c68b7263a40c302ee0a4da2ee3c5765b7 100644 (file)
@@ -38,9 +38,8 @@ public final class LegacyRatingProperties {
       PropertyDefinition.builder(LEGACY_RATING_MODE_ENABLED)
         .defaultValue(Boolean.FALSE.toString())
         .name("Enable legacy mode")
-        //TODO Need to add the correct link to the documentation once it is available
         .description("Ratings have updated logic and have grades ranging from A to D, while the old scale ranges from A to E " +
-          "(<a href=\"\">read more about why</a>)." +
+          "(<a href=\"https://docs.sonarsource.com/sonarqube/latest/user-guide/code-metrics/metrics-definition/\">read more about why</a>)." +
           "<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.")