diff --git a/docs/fundamentals/code-analysis/quality-rules/ca2016.md b/docs/fundamentals/code-analysis/quality-rules/ca2016.md index 41e3c8d9cde9d..0b334d1a6fd8f 100644 --- a/docs/fundamentals/code-analysis/quality-rules/ca2016.md +++ b/docs/fundamentals/code-analysis/quality-rules/ca2016.md @@ -33,7 +33,7 @@ This rule locates method invocations that could accept a [!NOTE] -> Rule CA2016 is available in all .NET versions where the `CancellationToken` type is available. See [CancellationToken "Applies to" section](/dotnet/api/system.threading.cancellationtoken#moniker-applies-to) +> Rule CA2016 is available in all .NET versions where the `CancellationToken` type is available. For the applicable versions, see the [CancellationToken "Applies to" section](/dotnet/api/system.threading.cancellationtoken#applies-to). ## How to fix violations