Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dotnet-desktop-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion dotnet-desktop-guide/net/wpf/toc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
items:
- name: Windows Presentation Foundation for .NET Core
href: index.yml
- name: Get started
items:
- 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
Expand Down