Skip to content

Commit 69841d5

Browse files
noahleighvors
authored andcommitted
Fixed broken link in create-powershell-scripts.md (PowerShell#3171)
* Changed broken link to a working blog post "run-ps" isn't a linkable document, so I changed the "Running PowerShell Scripts Is as Easy as 1-2-3" to link to an external article on Windows IT Pro with the same name.
1 parent e10cbff commit 69841d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/learning-powershell/create-powershell-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Get-NetIPAddress | Where-Object {$_.AddressFamily -eq 'IPv4'} | ForEach-Object I
2929
```
3030
As before, save the file as .\NetIP.ps1 and execute within a PowerShell environment.
3131
Note: If you are using Windows, make sure you set the PowerShell's execution policy to "RemoteSigned" in this case.
32-
See [Running PowerShell Scripts Is as Easy as 1-2-3](run-ps) for more details.
32+
See [Running PowerShell Scripts Is as Easy as 1-2-3][run-ps] for more details.
3333

3434
```PowerShell
3535
PS C:\> NetIP.ps1

0 commit comments

Comments
 (0)