diff --git a/README.md b/README.md index 726e5aa..5e0744f 100644 --- a/README.md +++ b/README.md @@ -141,9 +141,9 @@ minutes you'll be able to grep interesting plugins with your eyes! * [wd](https://github.com/mfaerevaag/wd) :1st_place_medal: :hourglass: - Warp directory lets you jump to custom directories in ZSH, without using `cd`. Why? Because `cd` seems inefficient when the folder is frequently visited or has a long path. * [yeoman](https://github.com/edouard-lopez/yeoman-zsh-plugin) : - Edouard Lopez's Yeoman plugin for oh-my-zsh, compatible with yeoman version ≥1.0 (includes options and command auto-completion). * [you-should-use](https://github.com/MichaelAquilina/zsh-you-should-use) :1st_place_medal: - ZSH plugin that reminds you to use those aliases you defined. -* [z-a-bin-gem-node](https://github.com/zinit-zsh/z-a-bin-gem-node) :1st_place_medal: - [Zinit](https://github.com/zdharma/zinit) extension that exposes binaries without altering `$PATH`, installs Ruby gems and Node modules and easily exposes their binaries, and updates the gems and modules when the associated plugin or snippet is updated. -* [z-a-man](https://github.com/zinit-zsh/z-a-man) : - [Zinit](https://github.com/zdharma/zinit) extension that generates man pages for all plugins and snippets. -* [z-a-unscope](https://github.com/zinit-zsh/z-a-unscope) : - Allows installing plugins for [Zinit](https://github.com/zdharma/zinit) without specifying the user name by querying the Github API. +* [z-a-bin-gem-node](https://github.com/zinit-zsh/z-a-bin-gem-node) :1st_place_medal: - [Zinit](https://github.com/zdharma-continuum/zinit) extension that exposes binaries without altering `$PATH`, installs Ruby gems and Node modules and easily exposes their binaries, and updates the gems and modules when the associated plugin or snippet is updated. +* [z-a-man](https://github.com/zinit-zsh/z-a-man) : - [Zinit](https://github.com/zdharma-continuum/zinit) extension that generates man pages for all plugins and snippets. +* [z-a-unscope](https://github.com/zinit-zsh/z-a-unscope) : - Allows installing plugins for [Zinit](https://github.com/zdharma-continuum/zinit) without specifying the user name by querying the Github API. * [z.lua](https://github.com/skywind3000/z.lua) :1st_place_medal: :running_man: :hourglass_flowing_sand: - A command line tool which helps you navigate faster by learning your habits. An alternative to [z.sh](https://github.com/rupa/z) with Windows and posix shells support and various improvements. 10x faster than fasd and autojump, 3x faster than [z.sh](https://github.com/rupa/z). * [zaw](https://github.com/zsh-users/zaw) :1st_place_medal: - ZSH anything.el-like widget. * [zconvey](https://github.com/zdharma/zconvey) :1st_place_medal: - Adds ability to send commands to other ZSH sessions, you can use this to `cd $PWD` on all active Z shell sessions, for example. diff --git a/Zsh-Plugin-Standard.adoc b/Zsh-Plugin-Standard.adoc index 55003e2..6eba0c1 100644 --- a/Zsh-Plugin-Standard.adoc +++ b/Zsh-Plugin-Standard.adoc @@ -161,7 +161,7 @@ plugin directory to `$fpath`. ##### Adoption Status 1. Plugin managers: link:https://github.com/zpm-zsh/zpm[Zpm], - link:https://github.com/zdharma/zinit[Zinit], link:https://github.com/jandamm/zgenom[Zgenom]. + link:https://github.com/zdharma-continuum/zinit[Zinit], link:https://github.com/jandamm/zgenom[Zgenom]. [#bin-dir]