From ce54670b754141582c991931cc371714628d67a4 Mon Sep 17 00:00:00 2001 From: esc Date: Tue, 5 Mar 2024 16:02:02 +0100 Subject: [PATCH] fix repo url in doc As title --- _conda | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_conda b/_conda index 06299fb..abb5302 100644 --- a/_conda +++ b/_conda @@ -14,7 +14,7 @@ # # To use this completion, install it somewhere on your hard drive: # -# $ git clone https://github.com/esc/conda-zsh-completion +# $ git clone https://github.com/conda-incubator/conda-zsh-completion # # And then add it to your $fpath in ~/.zshrc before you call compinit: # @@ -25,7 +25,7 @@ # just add it to your $fpath before calling the OMZ or Prezto initialization # functions. For example: # -# git clone https://github.com/esc/conda-zsh-completion ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/conda-zsh-completion +# git clone https://github.com/conda-incubator/conda-zsh-completion ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/conda-zsh-completion # # And add lines in `.zshrc` # plugins=(… conda-zsh-completion) @@ -73,7 +73,7 @@ # $ unfunction _conda && autoload -U _conda # # Please report any issues at: -# https://github.com/esc/conda-zsh-completion/issues +# https://github.com/conda-incubator/conda-zsh-completion/issues # # CHANGELOG # ---------