Skip to content

Commit a260c66

Browse files
authored
Delete .NET Fx install docs for old Windows versions (#24695)
1 parent 77c16ca commit a260c66

File tree

6 files changed

+18
-122
lines changed

6 files changed

+18
-122
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4274,6 +4274,21 @@
42744274
"source_path": "docs/framework/install/net-framework-3-5-on-windows-8-plus.md",
42754275
"redirect_url": "/dotnet/framework/install/dotnet-35-windows-10"
42764276
},
4277+
{
4278+
"source_path": "docs/framework/install/on-windows-vista.md",
4279+
"redirect_url": "/previous-versions/dotnet/framework/install/on-windows-vista",
4280+
"redirect_document_id": false
4281+
},
4282+
{
4283+
"source_path": "docs/framework/install/on-windows-xp.md",
4284+
"redirect_url": "/previous-versions/dotnet/framework/install/on-windows-xp",
4285+
"redirect_document_id": false
4286+
},
4287+
{
4288+
"source_path": "docs/framework/install/on-windows-7.md",
4289+
"redirect_url": "/previous-versions/dotnet/framework/install/on-windows-7",
4290+
"redirect_document_id": false
4291+
},
42774292
{
42784293
"source_path": "docs/framework/interop/applying-interop-attributes.md",
42794294
"redirect_url": "/dotnet/standard/native-interop/apply-interop-attributes",

docs/framework/install/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ You can install .NET Framework on various Windows versions.
1414
- [Windows 10 and Windows Server 2016](on-windows-10.md)
1515
- [Windows 8.1 and Windows Server 2012 R2](on-windows-8-1.md)
1616
- [Windows 8 and Windows Server 2012](on-windows-8.md)
17-
- [Windows 7 and Windows Server 2008 R2](on-windows-7.md)
18-
- [Windows Vista and Windows Server 2008](on-windows-vista.md)
17+
- [Windows 7 and Windows Server 2008 R2](/previous-versions/dotnet/framework/install/on-windows-7)
18+
- [Windows Vista and Windows Server 2008](/previous-versions/dotnet/framework/install/on-windows-vista)
1919

2020
## Unsupported Windows versions
2121

22-
- [Windows XP and Windows Server 2003](on-windows-xp.md)
22+
- [Windows XP and Windows Server 2003](/previous-versions/dotnet/framework/install/on-windows-xp)
2323

2424
## See also
2525

docs/framework/install/on-windows-7.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

docs/framework/install/on-windows-vista.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/framework/install/on-windows-xp.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/framework/toc.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ items:
2525
href: install/on-windows-8-1.md
2626
- name: Windows 8 and Windows Server 2012
2727
href: install/on-windows-8.md
28-
- name: Windows 7 SP1 and Windows Server 2008 R2
29-
href: install/on-windows-7.md
30-
- name: Windows Vista and Windows Server 2008
31-
href: install/on-windows-vista.md
32-
- name: Windows XP and Windows Server 2003
33-
href: install/on-windows-xp.md
3428
- name: Repair .NET framework
3529
href: install/repair.md
3630
- name: Troubleshoot

0 commit comments

Comments
 (0)