From 642ec637db87a5b1d701013885ea00bff5e6b09e Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Mon, 21 Aug 2023 10:07:20 -0400 Subject: [PATCH] Fix link The search terms for parallel samples should use ms.prod of `dotnet` instead of `dotnet-standard` and `dotnet-core` Fixes #36766 --- .../programming-guide/classes-and-structs/extension-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/csharp/programming-guide/classes-and-structs/extension-methods.md b/docs/csharp/programming-guide/classes-and-structs/extension-methods.md index 9b41a2b72fd75..6785ecd20526d 100644 --- a/docs/csharp/programming-guide/classes-and-structs/extension-methods.md +++ b/docs/csharp/programming-guide/classes-and-structs/extension-methods.md @@ -127,7 +127,7 @@ For a class library that you implemented, you shouldn't use extension methods to ## See also - [C# Programming Guide](../index.md) -- [Parallel Programming Samples (these include many example extension methods)](/samples/browse/?products=dotnet-core%2Cdotnet-standard&term=parallel) +- [Parallel Programming Samples (these include many example extension methods)](/samples/browse/?products=dotnet&term=parallel) - [Lambda Expressions](../../language-reference/operators/lambda-expressions.md) - [Standard Query Operators Overview](../concepts/linq/standard-query-operators-overview.md) - [Conversion rules for Instance parameters and their impact](/archive/blogs/sreekarc/conversion-rules-for-instance-parameters-and-their-impact)