Skip to content

Commit

Permalink
move from /docs/plugins to /plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
  • Loading branch information
ahmetb committed Oct 21, 2020
1 parent 9100f2e commit 543f132
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ plugins on multiple platforms easily and makes them discoverable through a
centralized plugin repository with Krew.

[kpl]: https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/
[list]: {{< relref "docs/plugins.md" >}}
[list]: {{< relref "plugins.md" >}}
2 changes: 1 addition & 1 deletion site/content/docs/user-guide/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ auth-proxy Authentication proxy to a pod or service
This is pretty much all you need to know as a user to use Krew.

[kpl]: https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/
[list]: {{< relref "docs/plugins.md" >}}
[list]: {{< relref "plugins.md" >}}
2 changes: 1 addition & 1 deletion site/content/docs/user-guide/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ DESCRIPTION:
...{{</output>}}
```
[list]: {{< relref "docs/plugins.md" >}}
[list]: {{< relref "plugins.md" >}}
2 changes: 1 addition & 1 deletion site/content/docs/plugins.md → site/content/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Below you will find the list of kubectl plugins distributed on the centralized
[krew-index](https://sigs.k8s.io/krew-index). To install these plugins on
your machine:

1. [Install Krew]({{< relref "user-guide/setup/install.md" >}})
1. [Install Krew]({{< relref "docs/user-guide/setup/install.md" >}})
2. Run `kubectl krew install <PLUGIN_NAME>` to install a plugin via Krew.


Expand Down
File renamed without changes.

0 comments on commit 543f132

Please sign in to comment.