Skip to content

Commit 76e8bda

Browse files
authored
Validation: Resolve build Warnings (#1091)
1 parent 06d5885 commit 76e8bda

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.openpublishing.redirection.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,32 @@
1717
},
1818
{
1919
"source_path": "wsl/initialize-distro.md",
20-
"redirect_url": "install-win10",
20+
"redirect_url": "/windows/wsl/install-win10",
2121
"redirect_document_id": true
2222
},
2323
{
2424
"source_path": "wsl/wsl2-ux-changes.md",
25-
"redirect_url": "compare-versions",
25+
"redirect_url": "/windows/wsl/compare-versions",
2626
"redirect_document_id": true
2727
},
2828
{
2929
"source_path": "wsl/wsl2-install.md",
30-
"redirect_url": "install-win10",
30+
"redirect_url": "/windows/wsl/install-win10",
3131
"redirect_document_id": false
3232
},
3333
{
3434
"source_path": "wsl/wsl2-about.md",
35-
"redirect_url": "compare-versions#whats-new-in-wsl-2",
35+
"redirect_url": "/windows/wsl/compare-versions#whats-new-in-wsl-2",
3636
"redirect_document_id": false
3737
},
3838
{
3939
"source_path": "wsl/wsl2-index.md",
40-
"redirect_url": "compare-versions#whats-new-in-wsl-2",
40+
"redirect_url": "/windows/wsl/compare-versions#whats-new-in-wsl-2",
4141
"redirect_document_id": false
4242
},
4343
{
4444
"source_path": "wsl/wsl2-kernel.md",
45-
"redirect_url": "install-win10#step-4---download-the-linux-kernel-update-package",
45+
"redirect_url": "/windows/wsl/install-win10#step-4---download-the-linux-kernel-update-package",
4646
"redirect_document_id": true
4747
}
4848
]

WSL/compare-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ WSL 2 is only available in Windows 10, Version 1903, Build 18362 or higher. Chec
6060

6161
WSL 2 is a major overhaul of the underlying architecture and uses virtualization technology and a Linux kernel to enable new features. The primary goals of this update are to increase file system performance and add full system call compatibility.
6262

63-
- [WSL 2 system requirements](./install-win10.md#step-2--check-requirements-for-running-wsl-2)
63+
- [WSL 2 system requirements](./install-win10.md#step-2---check-requirements-for-running-wsl-2)
6464
- [Update from WSL 1 to WSL 2](./install-win10.md#set-your-distribution-version-to-wsl-1-or-wsl-2)
6565
- [Frequently Asked Questions about WSL 2](./wsl2-faq.md)
6666

WSL/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Windows Subsystem for Linux lets developers run a GNU/Linux environment -- i
2424
## Get started
2525

2626
* [Install WSL1](install-win10.md)
27-
* [Check requirements for WSL2](./install-win10.md#step-2--check-requirements-for-running-wsl-2)
27+
* [Check requirements for WSL2](./install-win10.md#step-2---check-requirements-for-running-wsl-2)
2828
* [Update from WSL 1 to WSL 2](./install-win10.md#set-your-distribution-version-to-wsl-1-or-wsl-2)
2929
* [Install Linux on Windows Server](install-on-server.md)
3030
* [Create a user account and password for your new Linux distribution](user-support.md)

0 commit comments

Comments
 (0)