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. ---