From e32f5d5993d1daf3f542747f47476703bd20d39c Mon Sep 17 00:00:00 2001 From: Tudor Golubenco Date: Mon, 20 Oct 2025 13:27:21 -0700 Subject: [PATCH] Trying to fix links in getting started --- docs/getting-started.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.mdx b/docs/getting-started.mdx index a193a5b..5bc36a1 100644 --- a/docs/getting-started.mdx +++ b/docs/getting-started.mdx @@ -266,9 +266,9 @@ This will leave your main branch clean for your next project or migration. Now that your environment is clean, you're ready to dive deeper: -- **[Set up staging replica](/tutorials/create-staging-replica):** Learn how to use Xata for staging environments, feature branches, and collaborative development. -- **[Migrate to Xata](/tutorials/migrate-to-xata):** Get set up for production by migrating your existing PostgreSQL database to Xata. -- **[Schema changes](/tutorials/schema-change):** Learn how to safely apply and roll back schema changes with zero downtime. +- **[Set up staging replica](tutorials/create-staging-replica):** Learn how to use Xata for staging environments, feature branches, and collaborative development. +- **[Migrate to Xata](tutorials/migrate-to-xata):** Get set up for production by migrating your existing PostgreSQL database to Xata. +- **[Schema changes](tutorials/schema-change):** Learn how to safely apply and roll back schema changes with zero downtime. ---