diff options
author | Kaelig <kaelig@deloumeau.fr> | 2015-12-13 16:49:13 -0800 |
---|---|---|
committer | Kaelig <kaelig@deloumeau.fr> | 2015-12-13 16:49:13 -0800 |
commit | 6190d3e8ba487c712e1e85ea9c06a02e0bfb04bb (patch) | |
tree | 0143811712f1ba91f6b3db6ef701049154f99d3d /plugins/git-flow | |
parent | b6997f6972191c64edcb5bcefcd4566a111f2883 (diff) | |
download | zsh-6190d3e8ba487c712e1e85ea9c06a02e0bfb04bb.tar.gz zsh-6190d3e8ba487c712e1e85ea9c06a02e0bfb04bb.tar.bz2 zsh-6190d3e8ba487c712e1e85ea9c06a02e0bfb04bb.zip |
Point to the GitHub repository
Diffstat (limited to 'plugins/git-flow')
-rw-r--r-- | plugins/git-flow/git-flow.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/git-flow/git-flow.plugin.zsh b/plugins/git-flow/git-flow.plugin.zsh index d69fcb1b2..a8386cb19 100644 --- a/plugins/git-flow/git-flow.plugin.zsh +++ b/plugins/git-flow/git-flow.plugin.zsh @@ -6,7 +6,7 @@ # To achieve git-flow completion nirvana: # # 0. Update your zsh's git-completion module to the newest version. -# From here. http://sourceforge.net/p/zsh/code/ci/master/tree/Completion/Unix/Command/_git?format=raw +# From here. https://raw.githubusercontent.com/zsh-users/zsh/master/Completion/Unix/Command/_git # # 1. Install this file. Either: # |