From 954e6a04356300aaa28e7c0dc7df5d1aa555c7b1 Mon Sep 17 00:00:00 2001 From: michaelbirnstiehl Date: Wed, 22 Sep 2021 09:58:58 -0500 Subject: [PATCH] DOCS update Cognitive Complexity white paper link --- server/sonar-docs/src/pages/user-guide/metric-definitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-docs/src/pages/user-guide/metric-definitions.md b/server/sonar-docs/src/pages/user-guide/metric-definitions.md index 35fe7328d6b..1add0d83993 100644 --- a/server/sonar-docs/src/pages/user-guide/metric-definitions.md +++ b/server/sonar-docs/src/pages/user-guide/metric-definitions.md @@ -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 -- 2.39.5