From 3867f6040c2ece42f3fec9824c341672af568b93 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sun, 24 May 2026 23:46:55 +0200 Subject: [PATCH] fix(docs): point homepage Get Started button to Migration Guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous link aimed at a Go-developer getting-started page. Most users are not Go developers — they want to migrate their speakers. MIGRATION-GUIDE is the right first destination. Co-Authored-By: Claude Sonnet 4.6 --- docs/content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/_index.md b/docs/content/_index.md index eec5fbd..48d2f6e 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -22,7 +22,7 @@ layout: hextra-home
-{{< hextra/hero-button text="Get Started" link="docs/guides/GETTING-STARTED" >}} +{{< hextra/hero-button text="Get Started" link="docs/guides/MIGRATION-GUIDE" >}} {{< hextra/hero-button text="Survival Guide" link="docs/guides/SURVIVAL-GUIDE" style="outline" >}}