summaryrefslogtreecommitdiffhomepage
path: root/powershell.html.markdown
diff options
context:
space:
mode:
author谭九鼎 <109224573@qq.com>2020-01-12 16:43:09 +0800
committerGitHub <noreply@github.com>2020-01-12 16:43:09 +0800
commit2d39fed244d12aa53b6031b607e707482b5b401c (patch)
treeca3acb50a50864f63cf1890e12c21d14292273d0 /powershell.html.markdown
parent1eecfded69cf0e92b7483ded18d4b2b830f37b47 (diff)
[powershell/en] Update url
Diffstat (limited to 'powershell.html.markdown')
-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..06fa7977 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/zh-cn/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