mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix broken link to adding-cluster instruction (#2646)
Signed-off-by: Samundra Shrestha <samundra.shr@gmail.com>
This commit is contained in:
parent
082885cabf
commit
12d2dc8616
@ -204,7 +204,7 @@ export class AddCluster extends React.Component {
|
|||||||
Add clusters by clicking the <span className="text-primary">Add Cluster</span> button.
|
Add clusters by clicking the <span className="text-primary">Add Cluster</span> button.
|
||||||
You'll need to obtain a working kubeconfig for the cluster you want to add.
|
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.
|
You can either browse it from the file system or paste it as a text from the clipboard.
|
||||||
Read more about adding clusters <a href={`${docsUrl}/latest/clusters/adding-clusters/`} rel="noreferrer" target="_blank">here</a>.
|
Read more about adding clusters <a href={`${docsUrl}/clusters/adding-clusters/`} rel="noreferrer" target="_blank">here</a>.
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user