dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
703 stars 1.55k forks source link

Wrong link? #10047

Open ygoe opened 2 months ago

ygoe commented 2 months ago

On this page: https://learn.microsoft.com/en-us/dotnet/api/system.text.json.utf8jsonreader?view=net-8.0 There is the link: "For more information, see Use Utf8JsonReader." That leads to some page talking about DOM. Instead Google found me this on my initial query and I think it would be more appropriate for the link target: https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/use-utf8jsonreader

PS: I clicked on the feedback link at the bottom of the page that goes to this URL: https://github.com/dotnet/dotnet-api-docs/issues/new?&pageUrl=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fdotnet%2Fapi%2Fsystem.text.json.utf8jsonreader%3Fview%3Dnet-8.0&pageQueryParams=%3Fview%3Dnet-8.0&contentSourceUrl=https%3A%2F%2Fgithub.com%2Fdotnet%2Fdotnet-api-docs%2Fblob%2Fmain%2Fxml%2FSystem.Text.Json%2FUtf8JsonReader.xml&documentVersionIndependentId=a28b1f95-5862-c4c6-470a-3fc71b0068e6&feedback=%0A%0A%5BEnter+feedback+here%5D%0A&author=%40dotnet-bot&metadata=*+ID%3A+f75ccca3-b478-911a-773e-55a96061c87a+%0A*+Service%3A+**dotnet-api**%0A*+Sub-service%3A+**system.text** It has a lot of parameters but the GitHub issue form was completely empty. Looks like nothing is working properly around here anymore. 🙁

dotnet-policy-service[bot] commented 1 month ago

Tagging subscribers to this area: @dotnet/area-system-text-json

eiriktsarpalis commented 1 month ago

I suspect this should be pointing to https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/use-utf8jsonreader. A PR fixing this should be relatively straightforward.