diff options
author | Antonis Kalipetis <akalipetis@gmail.com> | 2017-11-11 19:40:03 +0200 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2017-11-11 09:40:03 -0800 |
commit | 41eedd37005f6b3668fcebe2a5f5a26324753519 (patch) | |
tree | e4602c0672710b7556068e40731e55bf55d84608 /plugins/docker/README.md | |
parent | dcb8101fdeded9aa4310d867f9c809c976a0f1cb (diff) | |
download | zsh-41eedd37005f6b3668fcebe2a5f5a26324753519.tar.gz zsh-41eedd37005f6b3668fcebe2a5f5a26324753519.tar.bz2 zsh-41eedd37005f6b3668fcebe2a5f5a26324753519.zip |
Update Docker completion plugin (#6410)
Diffstat (limited to 'plugins/docker/README.md')
-rw-r--r-- | plugins/docker/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/docker/README.md b/plugins/docker/README.md index 1615f75f5..e91798485 100644 --- a/plugins/docker/README.md +++ b/plugins/docker/README.md @@ -1,5 +1,5 @@ ## Docker autocomplete plugin A copy of the completion script from the -[docker](https://github.com/docker/docker/tree/master/contrib/completion/zsh) +[docker/cli](https://github.com/docker/cli/blob/master/contrib/completion/zsh/_docker) git repo. |