summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMax Schumacher <maximilianbschumacher@gmail.com>2020-01-28 11:39:13 +0100
committerGitHub <noreply@github.com>2020-01-28 11:39:13 +0100
commit8046f6fad8e415c9df4c66ebfae1effd53e507db (patch)
treeb9ea72e33d3417f6c1fed09a938faa43aa31a76c
parent6da564d6d4533cfa3c20244034d8ef2806ecca1f (diff)
parentaa35d1c5f3008f77c5825c9966ab94fde4b17627 (diff)
Merge pull request #3812 from imba-tjd/patch-3
[PowerShell/en] Update url
-rw-r--r--powershell.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/powershell.html.markdown b/powershell.html.markdown
index db29bf96..5d74024d 100644
--- a/powershell.html.markdown
+++ b/powershell.html.markdown
@@ -15,7 +15,7 @@ in the shell.
A key difference with Bash is that it is mostly objects that you manipulate
rather than plain text.
-[Read more here.](https://technet.microsoft.com/en-us/library/bb978526.aspx)
+[Read more here.](https://docs.microsoft.com/powershell/scripting/overview)
If you are uncertain about your environment:
@@ -321,7 +321,7 @@ Interesting Projects
* [PSake](https://github.com/psake/psake) Build automation tool
* [Pester](https://github.com/pester/Pester) BDD Testing Framework
* [Jump-Location](https://github.com/tkellogg/Jump-Location) Powershell `cd` that reads your mind
-* [PowerShell Community Extensions](http://pscx.codeplex.com/) (Dead)
+* [PowerShell Community Extensions](https://github.com/Pscx/Pscx)
Not covered