From 12d2dc861658689800c9b844957c23d0302c025b Mon Sep 17 00:00:00 2001 From: Samundra Shrestha Date: Thu, 29 Apr 2021 19:34:27 +0700 Subject: [PATCH] Fix broken link to adding-cluster instruction (#2646) Signed-off-by: Samundra Shrestha --- src/renderer/components/+add-cluster/add-cluster.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/+add-cluster/add-cluster.tsx b/src/renderer/components/+add-cluster/add-cluster.tsx index 9a662636b0..ff09486ac3 100644 --- a/src/renderer/components/+add-cluster/add-cluster.tsx +++ b/src/renderer/components/+add-cluster/add-cluster.tsx @@ -204,7 +204,7 @@ export class AddCluster extends React.Component { Add clusters by clicking the Add Cluster button. You'll need to obtain a working kubeconfig for the cluster you want to add. You can either browse it from the file system or paste it as a text from the clipboard. - Read more about adding clusters here. + Read more about adding clusters here.

); }