diff --git a/dotnet-desktop-guide/index.md b/dotnet-desktop-guide/index.md index 1738c3e75c..9063c8e7ab 100644 --- a/dotnet-desktop-guide/index.md +++ b/dotnet-desktop-guide/index.md @@ -27,7 +27,7 @@ There are two implementations of WPF, each with it's own documentation: Even though this version of .NET is cross-platform, WPF remains a Windows-only technology. - The documentation for this version of WPF is in progress and is hosted on the [.NET documentation](/dotnet/desktop-wpf/) site. + The documentation for this version of WPF is in progress and is available [here](net/wpf/index.yml?view=netdesktop-5.0&preserve-view=true). ## Windows Forms diff --git a/dotnet-desktop-guide/net/wpf/toc.yml b/dotnet-desktop-guide/net/wpf/toc.yml index d125f7a48a..ed9a5d38a2 100644 --- a/dotnet-desktop-guide/net/wpf/toc.yml +++ b/dotnet-desktop-guide/net/wpf/toc.yml @@ -1,3 +1,4 @@ +items: - name: Windows Presentation Foundation for .NET Core href: index.yml - name: Get started @@ -5,7 +6,7 @@ - name: Overview href: overview/index.md - name: Create a WPF application - href: https://docs.microsoft.com/visualstudio/get-started/csharp/tutorial-wpf + href: https://docs.microsoft.com/visualstudio/get-started/csharp/tutorial-wpf?view=vs-2019 # - name: Create a control library # href: getting-started/how-to-create-control-library.md - name: Migration