Skip to content

Commit 6108085

Browse files
authored
Fix invalid ms.author: Update docfx.json (#35866)
* Fix invalid ms.author: Update docfx.json Update to fix invalid ms.author value in docfx.json for content in what's new. * Apply suggestions from code review
1 parent e8c64e6 commit 6108085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
},
5252
"fileMetadata": {
5353
"author": {
54-
"whats-new/**/**.md": "rick-anderson"
54+
"whats-new/**/**.md": "wadepickett"
5555
},
5656
"ms.author": {
57-
"whats-new/**/**.md": "riande"
57+
"whats-new/**/**.md": "wpickett"
5858
},
5959
"ms.subservice": {
6060
"introduction-to-aspnet-core.md": "index-page",

0 commit comments

Comments
 (0)