Merge pull request #1135 from dotnet/adegeo-links

Correct .NET Framework links that pointed to old .NET 5 URLs
This commit is contained in:
Andy (Steve) De George
2021-08-11 12:04:34 -07:00
committed by GitHub
parent 2aea7ebcbf
commit e9fcf43083
162 changed files with 323 additions and 323 deletions
@@ -24,7 +24,7 @@ This document summarizes a set of best practices to consider when designing a co
- Data templates.
For an introduction to styling and templating, see [Styling and Templating](/dotnet/desktop-wpf/fundamentals/styles-templates-overview).
For an introduction to styling and templating, see [Styling and Templating](styles-templates-overview.md).
<a name="Before_You_Start__Understanding_Your_Control"></a>
@@ -121,5 +121,5 @@ To understand your control's common usage, it's good to think about the value pr
## See also
- [Styling and Templating](/dotnet/desktop-wpf/fundamentals/styles-templates-overview)
- [Styling and Templating](styles-templates-overview.md)
- [Control Authoring Overview](control-authoring-overview.md)