From f12da600760a7ed8949bc48f9f15e528f0ee3e15 Mon Sep 17 00:00:00 2001 From: Samundra Shrestha Date: Tue, 27 Apr 2021 20:18:47 +0700 Subject: [PATCH] Fix broken link to adding-cluster instruction 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.

); }