]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS update Cognitive Complexity white paper link
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>
Wed, 22 Sep 2021 14:58:58 +0000 (09:58 -0500)
committersonartech <sonartech@sonarsource.com>
Wed, 22 Sep 2021 20:03:21 +0000 (20:03 +0000)
server/sonar-docs/src/pages/user-guide/metric-definitions.md

index 35fe7328d6b50213191f31c5285b27ef49a1932e..1add0d83993a08b7b65f152cdc98bd24c325ca33 100644 (file)
@@ -22,7 +22,7 @@ It is the Cyclomatic Complexity calculated based on the number of paths through
 | VB.NET | The complexity gets incremented by one for: method or constructor declaration (Sub, Function), `AndAlso`, `Case`, `Continue`, `End`, `Error`, `Exit`, `If`, `Loop`, `On Error`, `GoTo`, `OrElse`, `Resume`, `Stop`, `Throw`, `Try`.
 
 **Cognitive Complexity** (`cognitive_complexity`)  
-How hard it is to understand the code's control flow. See [the Cognitive Complexity White Paper](https://www.sonarsource.com/resources/white-papers/cognitive-complexity.html) for a complete description of the mathematical model applied to compute this measure.
+How hard it is to understand the code's control flow. See [the Cognitive Complexity white paper](https://www.sonarsource.com/resources/white-papers/cognitive-complexity/) for a complete description of the mathematical model applied to compute this measure.
 
 ---
 ## Duplications