Fix links to PowerShell install docs (#7001)

This commit is contained in:
Josh 2018-06-07 08:24:41 -04:00 committed by Ilya
parent 5b90423e63
commit 0d51ea7aea

View file

@ -29,9 +29,9 @@ At the end of this exercise, you should be able to launch the PowerShell session
- Alternatively you can get the PowerShell by [building it](../../README.md#building-powershell)
[inst-linux]: ../installation/linux.md
[inst-win]: ../installation/windows.md
[inst-macos]: ../installation/macos.md
[inst-linux]: https://docs.microsoft.com/powershell/scripting/setup/installing-powershell-core-on-linux?view=powershell-6
[inst-win]: https://docs.microsoft.com/powershell/scripting/setup/installing-powershell-core-on-windows?view=powershell-6
[inst-macos]: https://docs.microsoft.com/powershell/scripting/setup/installing-powershell-core-on-macos?view=powershell-6
Getting Started with PowerShell
----