diff options
author | Marc Cornellà <marc.cornella@live.com> | 2015-12-14 02:21:32 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2015-12-14 02:21:32 +0100 |
commit | 4108c4895fa781f22c8b5b9f4d4352bc10ac23c9 (patch) | |
tree | e6d9d577a0abc4a15c3a73becff706ea8ca5d032 | |
parent | f5641594a98f0361d17f63197994155b1cdf547f (diff) | |
parent | 6190d3e8ba487c712e1e85ea9c06a02e0bfb04bb (diff) | |
download | zsh-4108c4895fa781f22c8b5b9f4d4352bc10ac23c9.tar.gz zsh-4108c4895fa781f22c8b5b9f4d4352bc10ac23c9.tar.bz2 zsh-4108c4895fa781f22c8b5b9f4d4352bc10ac23c9.zip |
Merge pull request #4690 from kaelig/patch-1
Update link to git completion
-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 444440bcb..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://zsh.git.sourceforge.net/git/gitweb.cgi?p=zsh/zsh;a=blob_plain;f=Completion/Unix/Command/_git;hb=HEAD +# From here. https://raw.githubusercontent.com/zsh-users/zsh/master/Completion/Unix/Command/_git # # 1. Install this file. Either: # |