fixed a link

This commit is contained in:
Jianyun Tao 2016-07-12 19:01:03 -07:00
parent 0f096c96a4
commit bc62e17384

View file

@ -23,7 +23,7 @@ Write-Host "$result Celsius"
**1. Set a Breakpoint on a Line**
- Open a [PowerShell editor](learning-powershell#powershell-editor)
- Open a [PowerShell editor](learning-powershell.md#powershell-editor)
- Save the above code snippet to a file, let's say "test.ps1"
- Clear existing breakpoints if any