Skip to content

Commit b5fbc1a

Browse files
authored
Update URL to wp-completion.bash
Avoids a redirect when someone just copies the URL and runs `curl` to download the script.
1 parent 187166d commit b5fbc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Want to live life on the edge? Run `wp cli update --nightly` to use the latest n
9999

100100
### Tab completions
101101

102-
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`:
102+
WP-CLI also comes with a tab completion script for Bash and ZSH. Just download [wp-completion.bash](https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash) and source it from `~/.bash_profile`:
103103

104104
```
105105
source /FULL/PATH/TO/wp-completion.bash

0 commit comments

Comments
 (0)