Skip to content

Commit

Permalink
fix links to tool install (#14418)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhawkey authored and k8s-ci-robot committed May 21, 2019
1 parent 9e966b2 commit be35043
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ preview of what changes `apply` will make.

{{% capture prerequisites %}}

Install [`kubectl`](docs/tasks/tools/install-kubectl/).
Install [`kubectl`](/docs/tasks/tools/install-kubectl/).

{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ explains how those commands are organized and how to use them to manage live obj
{{% /capture %}}

{{% capture prerequisites %}}
Install [`kubectl`](docs/tasks/tools/install-kubectl/).
Install [`kubectl`](/docs/tasks/tools/install-kubectl/).

{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This document explains how to define and manage objects using configuration file

{{% capture prerequisites %}}

Install [`kubectl`](docs/tasks/tools/install-kubectl/).
Install [`kubectl`](/docs/tasks/tools/install-kubectl/).

{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kubectl apply -k <kustomization_directory>

{{% capture prerequisites %}}

Install [`kubectl`](docs/tasks/tools/install-kubectl/).
Install [`kubectl`](/docs/tasks/tools/install-kubectl/).

{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}

Expand Down

0 comments on commit be35043

Please sign in to comment.