Skip to content

Commit df63f99

Browse files
authored
cmd/gen-plugin-overview: Fix install link (#636)
Signed-off-by: Ahmet Alp Balkan <[email protected]>
1 parent b598063 commit df63f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/generate-plugin-overview/generate-plugin-overview.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const (
3434
3535
To install these kubectl plugins:
3636
37-
1. [Install Krew](https://github.com/kubernetes-sigs/krew#installation)
37+
1. [Install Krew](https://krew.sigs.k8s.io/docs/user-guide/quickstart/)
3838
2. Run ` + "`kubectl krew install PLUGIN_NAME`" + ` to install a plugin via Krew.
3939
4040
The following kubectl plugins are currently available on

0 commit comments

Comments
 (0)