From 4eb03c883f2cfd366a4034ab575bf8797dfae227 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 25 Oct 2024 23:19:04 +0200 Subject: [PATCH] chore(website): some link fixes --- website/src/content/docs/news/2024-10-16-news.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/src/content/docs/news/2024-10-16-news.md b/website/src/content/docs/news/2024-10-16-news.md index 448ed585747..e26f59ab5ce 100644 --- a/website/src/content/docs/news/2024-10-16-news.md +++ b/website/src/content/docs/news/2024-10-16-news.md @@ -59,10 +59,10 @@ Follow the linked Guides to find more details on how to create your own Talos Cl - [VM Setup](/clustertool/virtual-machines/systemrequirements) - [Getting Started with Clustertool](/clustertool/getting-started/) -- [clustertool init](/clustertool/functions/init/) +- [clustertool init](/clustertool/commands/init/) - Edit your config (talconfig.yaml and clusterenv.yaml) -- [clustertool genconfig](/clustertool/functions/genconfig/) -- [clustertool apply](/clustertool/functions/apply/) +- [clustertool genconfig](/clustertool/commands/genconfig/) +- [clustertool apply](/clustertool/commands/apply/) Afterwards you are ready to migrate your SCALE Apps. @@ -74,15 +74,15 @@ In short, you will need the following commands from ClusterTool: To export all your SCALE Apps into a ClusterTool compatible format. -- [clustertool scaleexport](/clustertool/functions/scale/scaleexport/) +- [clustertool scaleexport](/clustertool/commands/scale/export) To turn the exported Apps into ClusterTool and Fluxcd compatible Helm-Release Files: -- [clustertool scalemigrate](clustertool/functions/scale/scalemigrate/) +- [clustertool scalemigrate](clustertool/commands/scale/migrate/) And last, but certianly not least, to install the converted Helm-Release Files onto your cluster: -- [clustertool helmrelease install](/clustertool/functions/helmrelease/install/) +- [clustertool helmrelease install](/clustertool/commands/helmrelease/install/)