diff --git a/docs/csharp/language-reference/operators/patterns.md b/docs/csharp/language-reference/operators/patterns.md index 3fecf6b8a75e8..edcf2ba270ab9 100644 --- a/docs/csharp/language-reference/operators/patterns.md +++ b/docs/csharp/language-reference/operators/patterns.md @@ -281,9 +281,10 @@ For more information, see the [List patterns](~/_csharplang/proposals/csharp-11. ## C# language specification -For more information, see the following feature proposal notes: +For more information, see the [Patterns and pattern matching](~/_csharpstandard/standard/patterns.md) section of the [C# language specification](~/_csharpstandard/standard/README.md). + +For information about features added in C# 8 and later, see the following feature proposal notes: -- [C# 7 - Pattern matching](~/_csharplang/proposals/csharp-7.0/pattern-matching.md) - [C# 8 - Recursive pattern matching](~/_csharplang/proposals/csharp-8.0/patterns.md) - [C# 9 - Pattern-matching updates](~/_csharplang/proposals/csharp-9.0/patterns3.md) - [C# 10 - Extended property patterns](~/_csharplang/proposals/csharp-10.0/extended-property-patterns.md)