Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65954d0

Browse files
authored
remove monikers from wpf and WF links (#46037)
1 parent 282154d commit 65954d0

File tree

4 files changed

+13
-21
lines changed

4 files changed

+13
-21
lines changed

docs/csharp/index.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -226,17 +226,13 @@ additionalContent:
226226
- title: Mobile and Desktop
227227
links:
228228
- url: /dotnet/desktop/wpf/
229-
text: Windows Presentation Foundation (.NET 5+)
229+
text: Windows Presentation Foundation
230230
- url: /dotnet/desktop/winforms/
231-
text: Windows Forms (.NET 5+)
231+
text: Windows Forms
232232
- url: /dotnet/maui
233233
text: .NET Multi-platform App UI (.NET MAUI)
234234
- url: /azure/developer/mobile-apps
235235
text: Develop mobile apps with Azure
236-
- url: /dotnet/desktop/wpf/?view=netframeworkdesktop-4.8&preserve-view=true
237-
text: Windows Presentation Foundation (.NET Framework)
238-
- url: /dotnet/desktop/winforms/?view=netframeworkdesktop-4.8&preserve-view=true
239-
text: Windows Forms (.NET Framework)
240236
# Card
241237
- title: Microservices
242238
links:

docs/framework/index.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -96,22 +96,22 @@ landingContent:
9696
links:
9797
- text: Desktop guide introduction
9898
url: /dotnet/desktop/
99-
- text: .NET Framework WPF
100-
url: /dotnet/desktop/wpf/?view=netframeworkdesktop-4.8
101-
- text: .NET Framework Windows Forms
102-
url: /dotnet/desktop/winforms/?view=netframeworkdesktop-4.8
99+
- text: WPF
100+
url: /dotnet/desktop/wpf/
101+
- text: Windows Forms
102+
url: /dotnet/desktop/winforms/
103103

104104
# Card
105105
- title: Create WPF apps
106106
linkLists:
107107
- linkListType: overview
108108
links:
109109
- text: Overview of WPF
110-
url: /dotnet/desktop/wpf/?view=netframeworkdesktop-4.8
110+
url: /dotnet/desktop/wpf/
111111
- linkListType: tutorial
112112
links:
113113
- text: Create your first WPF app in Visual Studio
114-
url: /dotnet/desktop/wpf/getting-started/walkthrough-my-first-wpf-desktop-application/?view=netframeworkdesktop-4.8
114+
url: /dotnet/desktop/wpf/getting-started/walkthrough-my-first-wpf-desktop-application/
115115

116116
# Card
117117
- title: Work with data using ADO.NET

docs/framework/toc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ items:
1616
- name: Overview
1717
href: install/index.md
1818
- name: Install on Windows and Windows Server
19-
href: install/on-windows-and-server.md
19+
href: install/on-windows-and-server.md
2020
- name: For developers
2121
href: install/guide-for-developers.md
2222
- name: Versions and dependencies
@@ -128,9 +128,9 @@ items:
128128
- name: Overview
129129
href: develop-client-apps.md
130130
- name: Windows Presentation Foundation
131-
href: /dotnet/desktop/wpf/?view=netframeworkdesktop-4.8&preserve-view=true
131+
href: /dotnet/desktop/wpf/
132132
- name: Windows Forms
133-
href: /dotnet/desktop/winforms/?view=netframeworkdesktop-4.8&preserve-view=true
133+
href: /dotnet/desktop/winforms/
134134
- name: Service-oriented apps with WCF
135135
href: wcf/
136136
- name: Windows Workflow Foundation

docs/index.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -274,13 +274,9 @@ additionalContent:
274274
- url: /uwp
275275
text: Universal Windows apps
276276
- url: /dotnet/desktop/wpf/
277-
text: Windows Presentation Foundation (.NET 5+)
278-
- url: /dotnet/desktop/wpf/?view=netframeworkdesktop-4.8&preserve-view=true
279-
text: Windows Presentation Foundation (.NET Framework)
277+
text: Windows Presentation Foundation
280278
- url: /dotnet/desktop/winforms/
281-
text: Windows Forms (.NET 5+)
282-
- url: /dotnet/desktop/winforms/?view=netframeworkdesktop-4.8&preserve-view=true
283-
text: Windows Forms (.NET Framework)
279+
text: Windows Forms
284280
- url: /dotnet/maui
285281
text: .NET Multi-platform App UI (.NET MAUI)
286282
# Card

0 commit comments

Comments
 (0)