Skip to content

Commit

Permalink
migration-content-fix: fixed redirections in yaml header
Browse files Browse the repository at this point in the history
  • Loading branch information
VSC-Service-Account committed Jan 1, 1970
1 parent bf8d99c commit 396a32b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
41 changes: 23 additions & 18 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
{
"redirections": [
{
"source_path": "wsl/install_guide.md",
"redirect_url": "/windows/wsl/install-win10",
"redirect_document_id": true
},
{
"source_path": "wsl/user_support.md",
"redirect_url": "/windows/wsl/user-support",
"redirect_document_id": true
},
{
"source_path": "wsl/release_notes.md",
"redirect_url": "/windows/wsl/release-notes",
"redirect_document_id": true
}
]
{
"redirections": [
{
"source_path": "wsl/install_guide.md",
"redirect_url": "/windows/wsl/install-win10",
"redirect_document_id": true
},
{
"source_path": "wsl/user_support.md",
"redirect_url": "/windows/wsl/user-support",
"redirect_document_id": true
},
{
"source_path": "wsl/release_notes.md",
"redirect_url": "/windows/wsl/release-notes",
"redirect_document_id": true
},
{
"source_path": "WSL/index.md",
"redirect_url": "about",
"redirect_document_id": false
}
]
}
3 changes: 0 additions & 3 deletions WSL/index.md

This file was deleted.

0 comments on commit 396a32b

Please sign in to comment.