Skip to content

Commit 77b0f34

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/WSL
2 parents 522af20 + 66be458 commit 77b0f34

4 files changed

Lines changed: 29 additions & 24 deletions

File tree

.openpublishing.publish.config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@
3030
}
3131
],
3232
"branch_target_mapping": {},
33-
"need_generate_pdf_url_template": false
34-
}
33+
"need_generate_pdf_url_template": false,
34+
"docs_build_engine": {
35+
"name": "docfx_v3"
36+
}
37+
}

.openpublishing.redirection.json

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
{
2-
"redirections": [
3-
{
4-
"source_path": "wsl/install_guide.md",
5-
"redirect_url": "/windows/wsl/install-win10",
6-
"redirect_document_id": true
7-
},
8-
{
9-
"source_path": "wsl/user_support.md",
10-
"redirect_url": "/windows/wsl/user-support",
11-
"redirect_document_id": true
12-
},
13-
{
14-
"source_path": "wsl/release_notes.md",
15-
"redirect_url": "/windows/wsl/release-notes",
16-
"redirect_document_id": true
17-
}
18-
]
1+
{
2+
"redirections": [
3+
{
4+
"source_path": "wsl/install_guide.md",
5+
"redirect_url": "/windows/wsl/install-win10",
6+
"redirect_document_id": true
7+
},
8+
{
9+
"source_path": "wsl/user_support.md",
10+
"redirect_url": "/windows/wsl/user-support",
11+
"redirect_document_id": true
12+
},
13+
{
14+
"source_path": "wsl/release_notes.md",
15+
"redirect_url": "/windows/wsl/release-notes",
16+
"redirect_document_id": true
17+
},
18+
{
19+
"source_path": "WSL/index.md",
20+
"redirect_url": "about",
21+
"redirect_document_id": false
22+
}
23+
]
1924
}

WSL/index.md

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

WSL/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If after connecting to a VPN on Windows, bash loses network connectivity, try th
1818
1. Take a note of the DNS server of the VPN from doing `ipconfig.exe /all`
1919
2. Make a copy of the existing resolv.conf
2020
`sudo cp /etc/resolv.conf /etc/resolv.conf.new`
21-
3. Unlink the current resolv.con
21+
3. Unlink the current resolv.conf
2222
`sudo unlink /etc/resolv.conf`
2323
4. `sudo mv /etc/resolv.conf.new /etc/resolv.conf`
2424
5. Open `/etc/resolv.conf` and <br/>

0 commit comments

Comments
 (0)