Changed the link to Powershell on OSX

Link to powershell on osx refers to osx anchor on the linux.md
This commit is contained in:
Vivek Juneja 2016-08-19 10:53:00 +09:00 committed by GitHub
parent e779d5dda1
commit f3f8fac4b8

View file

@ -20,7 +20,7 @@ At the end of this exercise, you should be able to launch the PowerShell session
- Get PowerShell by installing package
* [PowerShell on Linux][inst-linux]
* [PowerShell on OS X][inst-linux]
* [PowerShell on OS X][inst-macos]
* [PowerShell on Windows][inst-win]
For this tutorial, you do not need to install PowerShell if you are running on Windows.
@ -31,6 +31,7 @@ At the end of this exercise, you should be able to launch the PowerShell session
[inst-linux]: ../installation/linux.md
[inst-win]: ../installation/windows.md
[inst-macos]: ../installation/linux.md#os-x-1011
Getting Started with PowerShell
----