Skip to content

Commit

Permalink
Fixed broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathi-tenneti committed Mar 31, 2020
1 parent 9ec6b45 commit ce1d5ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/book/src/reference/completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Note that sourcing the completion script in your shell enables Kubebuilder autoc
</aside>
<aside class="note">
<h1>Prerequisites for Bash</h1>
The completion Bash script depends on [bash-completion](https://github.com/scop/bash-completion), which means that you have to install this software first (you can test if you have bash-completion already installed. Also, ensure that your Bash version is 4.1+.
The completion Bash script depends on [bash-completion][bash-completion], which means that you have to install this software first (you can test if you have bash-completion already installed). Also, ensure that your Bash version is 4.1+.
</aside>


Expand All @@ -29,3 +29,5 @@ fi
- Restart terminal for the changes to be reflected.

Follow a similar protocol for `zsh` completion.

[bash-completion]: https://github.com/scop/bash-completion

0 comments on commit ce1d5ba

Please sign in to comment.