diff --git a/docs/FAQ.md b/docs/FAQ.md index 6ce8b7ec308..b3cc3677976 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -3,7 +3,7 @@ ## Where can I learn PowerShell's syntax? [SS64.com](http://ss64.com/ps/syntax.html) is a good resource. -[Microsoft Docs](https://docs.microsoft.com/en-us/powershell/scripting/powershell-scripting) is another excellent resource. +[Microsoft Docs](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-6) is another excellent resource. ## What are the best practices and style? diff --git a/docs/building/linux.md b/docs/building/linux.md index a0f82241b9a..4a65b74cbd7 100644 --- a/docs/building/linux.md +++ b/docs/building/linux.md @@ -24,7 +24,7 @@ and [CMake][] to build the native components. Installing the toolchain is as easy as running `Start-PSBootstrap` in PowerShell. Of course, this requires a self-hosted copy of PowerShell on Linux. -Fortunately, this is as easy as [downloading and installing the package](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-6#binary-archives). +Fortunately, this is as easy as [downloading and installing the package](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-6#binary-archives). The `./tools/install-powershell.sh` script will also install the PowerShell package. In Bash: diff --git a/docs/learning-powershell/README.md b/docs/learning-powershell/README.md index 59090cdac52..d409ab29785 100644 --- a/docs/learning-powershell/README.md +++ b/docs/learning-powershell/README.md @@ -51,7 +51,7 @@ You can use your favorite editor to write scripts. We use Visual Studio Code (VS Code) which works on Windows, Linux, and macOS. Click on the following link to create your first PowerShell script. -- [Using Visual Studio Code (VS Code)](https://docs.microsoft.com/en-us/powershell/scripting/components/vscode/using-vscode?view=powershell-6) +- [Using Visual Studio Code (VS Code)](https://docs.microsoft.com/powershell/scripting/components/vscode/using-vscode?view=powershell-6) PowerShell Debugger ---- @@ -59,7 +59,7 @@ PowerShell Debugger Debugging can help you find bugs and fix problems in your PowerShell scripts. Click on the link below to learn more about debugging: -- [Using Visual Studio Code (VS Code)](https://docs.microsoft.com/en-us/powershell/scripting/components/vscode/using-vscode?view=powershell-6#debugging-with-visual-studio-code) +- [Using Visual Studio Code (VS Code)](https://docs.microsoft.com/powershell/scripting/components/vscode/using-vscode?view=powershell-6#debugging-with-visual-studio-code) - [PowerShell Command-line Debugging][cli-debugging] [use-vscode-editor]:./using-vscode.md#editing-with-vs-code @@ -135,4 +135,4 @@ Commercial Resources [powershell.com-learn-powershell]: http://powershell.com/cs/media/14/default.aspx [quick-reference]: http://www.powershellmagazine.com/2014/04/24/windows-powershell-4-0-and-other-quick-reference-guides/ [script-guy-how-to]:https://blogs.technet.microsoft.com/tommypatterson/2015/09/04/ed-wilsons-powershell5-videos-now-on-channel9-2/ -[basic-cookbooks]:https://docs.microsoft.com/en-us/powershell/scripting/getting-started/fundamental/sample-scripts-for-administration?view=powershell-6 +[basic-cookbooks]:https://docs.microsoft.com/powershell/scripting/samples/sample-scripts-for-administration?view=powershell-6 diff --git a/test/xUnit/README.md b/test/xUnit/README.md index 1debb2abb42..afba4bde162 100644 --- a/test/xUnit/README.md +++ b/test/xUnit/README.md @@ -26,4 +26,4 @@ namespace PSTests.YourNameSpace } ``` -[xunit-filter]: https://docs.microsoft.com/en-us/dotnet/core/testing/selective-unit-tests \ No newline at end of file +[xunit-filter]: https://docs.microsoft.com/dotnet/core/testing/selective-unit-tests