Fix non-official and outdated GitHub repository links

Author: srigauxCreated Jul 12, 2026Updated Jul 12, 2026

@thangchung and @tibitoth, I reviewed the repository links and found a few that should be corrected.

Non-official or misleading repositories

Outdated links that redirect to official repositories

The following links still redirect correctly, but should be replaced with their canonical URLs:

  • Microsoft/aspnet-api-versioning → dotnet/aspnet-api-versioning
  • JeremySkinner/FluentValidation → FluentValidation/FluentValidation
  • OfficeDev/Open-XML-SDK → dotnet/Open-XML-SDK
  • jbogard/MediatR → LuckyPennySoftware/MediatR
  • chkr1011/MQTTnet → dotnet/MQTTnet
  • tonerdo/coverlet → coverlet-coverage/coverlet
  • kblok/puppeteer-sharp → hardkoded/puppeteer-sharp
  • aspnet/EntityFramework → dotnet/efcore

There are also many legacy aspnet/, Microsoft/, and OfficeDev/* links throughout the document. Most are old official locations rather than non-official repositories, but updating them would avoid relying on GitHub redirects.

diff
- https://github.com/Microsoft/aspnet-api-versioning
+ https://github.com/dotnet/aspnet-api-versioning

- https://github.com/JeremySkinner/FluentValidation
+ https://github.com/FluentValidation/FluentValidation

- https://github.com/OfficeDev/Open-XML-SDK
+ https://github.com/dotnet/Open-XML-SDK

- https://github.com/jbogard/MediatR
+ https://github.com/LuckyPennySoftware/MediatR

- https://github.com/chkr1011/MQTTnet
+ https://github.com/dotnet/MQTTnet

- https://github.com/tonerdo/coverlet
+ https://github.com/coverlet-coverage/coverlet

- https://github.com/kblok/puppeteer-sharp
+ https://github.com/hardkoded/puppeteer-sharp

- https://github.com/aspnet/EntityFramework
+ https://github.com/dotnet/efcore

Source: thangchung/awesome-dotnet-core