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 (#2646)

Signed-off-by: Samundra Shrestha <samundra.shr@gmail.com>
This commit is contained in:
Samundra Shrestha 2021-04-29 19:34:27 +07:00 committed by GitHub
parent 082885cabf
commit 12d2dc8616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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. 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&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. 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>
); );
} }