summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKareem Zahre <zeratulfreak@gmail.com>2022-08-16 18:33:22 +0100
committerGitHub <noreply@github.com>2022-08-16 18:33:22 +0100
commit968086a46f394176bf58116f944c538d866ea9fb (patch)
treef0f140124863091ccfc05a28aaf2d5467ed9d568
parentc5a61b1c476448ae87f1a0faf2e55892f9584873 (diff)
Switch Jump-Location to ZLocation
Jump-Location is no longer maintained and ZLocation is the declared successor.
-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)