From 446618b95a2decfa8122d1c8ccc1499f076f00f1 Mon Sep 17 00:00:00 2001 From: dougefresh Date: Fri, 9 Jan 2026 15:46:54 +0000 Subject: [PATCH] fix(docs): use /truetech/truecharts/ for read the docs URL --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 88ebeb8aa4b..d7d3cb79d9a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -33,7 +33,7 @@ const iconClass = "mr-2 group-hover:animate-ping"; actions: [ { text: "Read the Docs", - link: "/general/", + link: "/truetech/truecharts/", icon: "right-arrow", variant: "primary", },