Unverified Commit f4138930 authored by Mario Sarcher's avatar Mario Sarcher Committed by GitHub
Browse files

Fix broken links after updating general docs of lens-ide (#3185)

Signed-off-by: default avatarMario Sarcher <mario@sarcher.de>
parent 51655884
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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.
......@@ -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
......
......@@ -112,7 +112,7 @@ export class AddCluster extends React.Component {
<h2>Add Clusters from Kubeconfig</h2>
<p>
Clusters added here are <b>not</b> merged into the <code>~/.kube/config</code> file.
Read more about adding clusters <a href={`${docsUrl}/clusters/adding-clusters/`} rel="noreferrer" target="_blank">here</a>.
Read more about adding clusters <a href={`${docsUrl}/catalog/add-clusters/`} rel="noreferrer" target="_blank">here</a>.
</p>
<div className="flex column">
<AceEditor
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment