Skip to content

Commit a8dd2bf

Browse files
committed
fix URL to wp-completion.bash file
see wp-cli/wp-cli#1111
1 parent 4504a61 commit a8dd2bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sudo mv wp-cli.phar /usr/bin/wp
3333

3434
Now try running `wp --info`.
3535

36-
<h3 id="mamp">MAMP</h3>
36+
<h3 id="mamp">MAMP and XAMPP</h3>
3737

3838
If you're using MAMP, you will probably get a MySQL error, because the `php` found in your PATH is not the same as the PHP used by MAMP. Here is one way to [fix it](http://stackoverflow.com/a/10653443/97998).
3939

@@ -44,7 +44,7 @@ More resources:
4444

4545
<h3 id="complete">Tab completions</h3>
4646

47-
WP-CLI also comes with a tab completion script for Bash. Just download [wp-completion.bash](https://github.com/wp-cli/wp-cli/raw/master/utils/wp-completion.bash) and load it from `~/.bash_profile`:
47+
WP-CLI also comes with a tab completion script for Bash. Just download [wp-completion.bash](https://github.com/wp-cli/wp-cli/blob/v0.14.1/utils/wp-completion.bash) and load it from `~/.bash_profile`:
4848

4949
~~~
5050
source /FULL/PATH/TO/wp-completion.bash

0 commit comments

Comments
 (0)