From f4138930854ff20f59cc2a9294a36e5e5dcd66a5 Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Fri, 25 Jun 2021 16:30:05 +0200 Subject: [PATCH] Fix broken links after updating general docs of lens-ide (#3185) Signed-off-by: Mario Sarcher --- docs/README.md | 2 +- docs/extensions/get-started/your-first-extension.md | 2 +- src/renderer/components/+add-cluster/add-cluster.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index f9ca9e6779..67369f86fc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -51,4 +51,4 @@ To provide feedback on the documentation or issues with the Lens Extension API, ## Downloading Lens -[Download Lens](https://github.com/lensapp/lens/releases) for macOS, Windows, or Linux. +[Download Lens](https://k8slens.dev/) for macOS, Windows, or Linux. diff --git a/docs/extensions/get-started/your-first-extension.md b/docs/extensions/get-started/your-first-extension.md index fa570e6932..c8c1167943 100644 --- a/docs/extensions/get-started/your-first-extension.md +++ b/docs/extensions/get-started/your-first-extension.md @@ -78,7 +78,7 @@ npm run dev You must restart Lens for the extension to load. After this initial restart, reload Lens and it will automatically pick up changes any time the extension rebuilds. -With Lens running, either connect to an existing cluster or create a new one - refer to the latest [Lens Documentation](https://docs.k8slens.dev/latest/clusters/adding-clusters) for details on how to add a cluster in Lens IDE. +With Lens running, either connect to an existing cluster or create a new one - refer to the latest [Lens Documentation](https://docs.k8slens.dev/main/catalog/) for details on how to add a cluster in Lens IDE. You will see the "Hello World" page in the left-side cluster menu. ## Develop the Extension diff --git a/src/renderer/components/+add-cluster/add-cluster.tsx b/src/renderer/components/+add-cluster/add-cluster.tsx index 164106b517..7ee8529492 100644 --- a/src/renderer/components/+add-cluster/add-cluster.tsx +++ b/src/renderer/components/+add-cluster/add-cluster.tsx @@ -112,7 +112,7 @@ export class AddCluster extends React.Component {

Add Clusters from Kubeconfig

Clusters added here are not merged into the ~/.kube/config file. - Read more about adding clusters here. + Read more about adding clusters here.