From 8b796bc6b442c0846d0620900b95fca622b1149f Mon Sep 17 00:00:00 2001 From: Nicolas Schteinschraber Date: Fri, 20 Mar 2026 13:58:53 -0300 Subject: [PATCH] Fix links in Get Started section of index.mdx Updated links in the Get Started section for correct paths. --- docs/content/docs/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/docs/index.mdx b/docs/content/docs/index.mdx index 9a7da07..e82159e 100644 --- a/docs/content/docs/index.mdx +++ b/docs/content/docs/index.mdx @@ -31,6 +31,6 @@ Voicebox is a **local-first voice cloning studio** -- a free and open-source alt ## Get Started -- [Installation](/docs/overview/installation) -- download and install Voicebox -- [Quick Start](/docs/overview/quick-start) -- get up and running in 5 minutes -- [API Reference](/docs/api-reference) -- integrate voice synthesis into your apps +- [Installation](/overview/installation) -- download and install Voicebox +- [Quick Start](/overview/quick-start) -- get up and running in 5 minutes +- [API Reference](/api-reference) -- integrate voice synthesis into your apps