mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix broken 'Add Cluster' docs link
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
d5ee13c993
commit
c8c6c4ef69
@ -140,7 +140,7 @@ export const lensBlogWeblinkId = "lens-blog-link";
|
||||
export const kubernetesDocumentationWeblinkId = "kubernetes-documentation-link";
|
||||
|
||||
export const appSemVer = new SemVer(packageInfo.version);
|
||||
export const docsUrl = "https://docs.k8slens.dev/main/" as string;
|
||||
export const docsUrl = "https://docs.k8slens.dev/main" as string;
|
||||
|
||||
export const sentryDsn = packageInfo.config?.sentryDsn ?? "";
|
||||
export const contentSecurityPolicy = packageInfo.config?.contentSecurityPolicy ?? "";
|
||||
|
||||
@ -112,7 +112,7 @@ class NonInjectedAddCluster extends React.Component<Dependencies> {
|
||||
<code>~/.kube/config</code>
|
||||
{" file. "}
|
||||
<a
|
||||
href={`${docsUrl}/catalog/add-clusters/`}
|
||||
href={`${docsUrl}/catalog/add-cluster/`}
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user