Skip to content

Commit 3ca7abc

Browse files
authored
Merge pull request #27058 from jihoon-seo/patch-5
Fix broken link
2 parents ab2d1fb + bf31202 commit 3ca7abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/tools/included/optional-kubectl-configs-bash-mac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ You now have to ensure that the kubectl completion script gets sourced in all yo
8080
echo 'complete -F __start_kubectl k' >>~/.bash_profile
8181
```
8282

83-
- If you installed kubectl with Homebrew (as explained [above](#install-with-homebrew-on-macos)), then the kubectl completion script should already be in `/usr/local/etc/bash_completion.d/kubectl`. In that case, you don't need to do anything.
83+
- If you installed kubectl with Homebrew (as explained [here](/docs/tasks/tools/install-kubectl-macos/#install-with-homebrew-on-macos)), then the kubectl completion script should already be in `/usr/local/etc/bash_completion.d/kubectl`. In that case, you don't need to do anything.
8484

8585
{{< note >}}
8686
The Homebrew installation of bash-completion v2 sources all the files in the `BASH_COMPLETION_COMPAT_DIR` directory, that's why the latter two methods work.
8787
{{< /note >}}
8888
89-
In any case, after reloading your shell, kubectl completion should be working.
89+
In any case, after reloading your shell, kubectl completion should be working.

0 commit comments

Comments
 (0)