AdrienTorris / awesome-blazor

Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Creative Commons Zero v1.0 Universal
8.82k stars 977 forks source link

Improve MS doc links #464

Closed guardrex closed 3 years ago

guardrex commented 3 years ago

Hello ...

There's one incorrect link to a Blazor tutorial, which goes to the GH file and not the actual topic. The link to the topic should be ...

https://docs.microsoft.com/aspnet/core/blazor/webassembly-performance-best-practices

Other links can:

UPDATE: I just fixed a new link with a loc segment when resolving a conflict with master. It's best not to include the loc segment (e.g., en-us) for any MS doc cross-link. The loc segment will pin the loaded topic to that language/culture. If it isn't present, the reader gets their localized content ✨ auto-magically ✨.

AdrienTorris commented 3 years ago

Sorry for the delay.

Thank you very much for this.