1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix broken link to adding-cluster instruction

Signed-off-by: Samundra Shrestha <samundra.shr@gmail.com>
This commit is contained in:
Samundra Shrestha 2021-04-27 20:18:47 +07:00
parent 53606202c1
commit f12da60076

View File

@ -204,7 +204,7 @@ export class AddCluster extends React.Component {
Add clusters by clicking the <span className="text-primary">Add Cluster</span> button.
You&apos;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 <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>
);
}