WSL/FAQ: update URLs to current docs#1038
Merged
Conversation
During a recent lookup in the FAQ based on a statement in a ticket in the MS ServerDocs pages, I noticed that more than 1 link points to old and no longer maintained pages (/previous-versions/, MSDN, TechNet).
Changes proposed:
- "Remove-AppxPackage cmdlet" URL: [/previous-versions//hh856038(v=technet.10)] => [/powershell/module/appx/remove-appxpackage]
- [Do not change Linux files using Windows apps and tools] URL:
(https://blogs.msdn.microsoft.com/commandline/2016/11/17/do-not-change-linux-files-using-windows-apps-and-tools/)
=> (https://devblogs.microsoft.com/commandline/do-not-change-linux-files-using-windows-apps-and-tools/)
- [Bash for Windows: Why it’s awesome and what it means for PowerShell] URL:
(https://blogs.msdn.microsoft.com/powershell/2016/04/01/bash-for-windows-why-its-awesome-and-what-it-means-for-powershell/)
=> (https://devblogs.microsoft.com/powershell/bash-for-windows-why-its-awesome-and-what-it-means-for-powershell/)
- [command-line team blog] URL:
(https://blogs.msdn.microsoft.com/commandline/)
=> (https://devblogs.microsoft.com/commandline/)
Whitespace changes, formatting, cosmetic typos etc.:
- Remove redundant blanks at end-of-line (12 occurrences)
- "filesystem" => 'file system' (3 occurrences)
- "Appdata" => 'AppData' (1 occurrence)
Ref. issue ticket https://github.com/MicrosoftDocs/windowsserverdocs/issues/5023
|
Docs Build status updates of commit 215d11d: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
ghost
commented
Dec 27, 2020
Author
ghost
left a comment
There was a problem hiding this comment.
- Normal source view: https://github.com/MicrosoftDocs/WSL/pull/1038/files
- Hide whitespace changes: https://github.com/MicrosoftDocs/WSL/pull/1038/files?diff=unified&w=1 (shortened review length)
- Rich Diff view: https://github.com/MicrosoftDocs/WSL/pull/1038/files?short_path=b0ae266 (GitHub doc reading view)
Author
|
#sign-off |
1 similar comment
Author
|
#sign-off |
Collaborator
|
Merged. Thanks @illfated! (Sorry this took me so long to get to... so much going on with WSL!) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
During a recent lookup in the FAQ based on a statement in a ticket in the MS ServerDocs pages, I noticed that 1 link points to an old and no longer maintained page (/previous-versions/) and some are permanently redirected from their previous site names (MSDN, TechNet) to their current pages.
This PR aims to improve the above noted issues as well as a couple of cosmetic details.
Changes proposed:
[Remove-AppxPackage cmdlet] URL:
(/previous-versions//hh856038(v=technet.10))
=> (https://docs.microsoft.com/powershell/module/appx/remove-appxpackage)
[Do not change Linux files using Windows apps and tools] URL:
(https://blogs.msdn.microsoft.com/commandline/2016/11/17/do-not-change-linux-files-using-windows-apps-and-tools/)
=> (https://devblogs.microsoft.com/commandline/do-not-change-linux-files-using-windows-apps-and-tools/)
[Bash for Windows: Why it’s awesome and what it means for PowerShell] URL:
(https://blogs.msdn.microsoft.com/powershell/2016/04/01/bash-for-windows-why-its-awesome-and-what-it-means-for-powershell/)
=> (https://devblogs.microsoft.com/powershell/bash-for-windows-why-its-awesome-and-what-it-means-for-powershell/)
[command-line team blog] URL:
(https://blogs.msdn.microsoft.com/commandline/)
=> (https://devblogs.microsoft.com/commandline/)
Whitespace changes, formatting, cosmetic typos etc.:
Ref. issue ticket https://github.com/MicrosoftDocs/windowsserverdocs/issues/5023