From bf312020cf442fe9b37e863dffa97715f4bc2618 Mon Sep 17 00:00:00 2001 From: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com> Date: Mon, 15 Mar 2021 11:14:11 +0900 Subject: [PATCH] Fix broken link --- .../tasks/tools/included/optional-kubectl-configs-bash-mac.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/tools/included/optional-kubectl-configs-bash-mac.md b/content/en/docs/tasks/tools/included/optional-kubectl-configs-bash-mac.md index 4f4a1771fe..9854540649 100644 --- a/content/en/docs/tasks/tools/included/optional-kubectl-configs-bash-mac.md +++ b/content/en/docs/tasks/tools/included/optional-kubectl-configs-bash-mac.md @@ -80,10 +80,10 @@ You now have to ensure that the kubectl completion script gets sourced in all yo echo 'complete -F __start_kubectl k' >>~/.bash_profile ``` -- 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. +- 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. {{< note >}} 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. {{< /note >}} -In any case, after reloading your shell, kubectl completion should be working. \ No newline at end of file +In any case, after reloading your shell, kubectl completion should be working.