From 633b3523492eb8551a01fe801a8c725d14b68613 Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Thu, 30 Nov 2023 15:08:42 -0500 Subject: [PATCH] fix product names (#38464) This should merge on Friday, to coincide with the platform updates. --- docfx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docfx.json b/docfx.json index 13792934bc6f0..26e738f0d2709 100644 --- a/docfx.json +++ b/docfx.json @@ -183,11 +183,11 @@ "_roslyn/**.*": "https://github.com/dotnet/docs/issues/new?template=customer-feedback.yml" }, "open_source_feedback_productName": { - "docs/**.*": ".NET feedback", - "_csharplang/**.*": "C# feature specification feedback", - "_csharpstandard/standard/*.md": "C# Standard documentation feedback", - "_vblang/**.*": "Visual Basic language spec feedback", - "_roslyn/**.*": "Roslyn breaking feedback" + "docs/**.*": ".NET", + "_csharplang/**.*": "C# feature specification", + "_csharpstandard/standard/*.md": "C# Standard documentation", + "_vblang/**.*": "Visual Basic language spec", + "_roslyn/**.*": "Roslyn breaking changes" }, "open_source_feedback_productDescription": { "docs/**.*": "The .NET documentation is open source. Provide feedback here.",