summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarcel Ribeiro Dantas <ribeirodantasdm@gmail.com>2022-08-16 15:36:41 -0300
committerGitHub <noreply@github.com>2022-08-16 15:36:41 -0300
commit6ef1f89a36784938ae1a1f5bdfbcf0bfc723b2d1 (patch)
treef0f140124863091ccfc05a28aaf2d5467ed9d568
parentc5a61b1c476448ae87f1a0faf2e55892f9584873 (diff)
parent968086a46f394176bf58116f944c538d866ea9fb (diff)
Merge pull request #4485 from iNgsane/patch-1
[powershell/en] Switch Jump-Location to ZLocation
-rw-r--r--powershell.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/powershell.html.markdown b/powershell.html.markdown
index 318bf043..033d6c25 100644
--- a/powershell.html.markdown
+++ b/powershell.html.markdown
@@ -802,6 +802,6 @@ Interesting Projects
* [Oh-My-Posh](https://github.com/JanDeDobbeleer/oh-my-posh) Shell customization similar to the popular Oh-My-Zsh on Mac
* [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
+* [ZLocation](https://github.com/vors/ZLocation) Powershell `cd` that reads your mind
* [PowerShell Community Extensions](https://github.com/Pscx/Pscx)
* [More on the Powershell Pipeline Issue](https://github.com/PowerShell/PowerShell/issues/1908)