Adjust link (#50)

This commit is contained in:
Andy De George
2020-09-18 09:11:02 -07:00
committed by GitHub
parent 83a77ed4b6
commit f8a874272a
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
+2 -1
View File
@@ -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