diff --git a/docs/guides/schema.md b/docs/guides/schema.md
index abd8d050..f629ebc4 100644
--- a/docs/guides/schema.md
+++ b/docs/guides/schema.md
@@ -532,6 +532,6 @@ And that's it! We now have a fully working permissions system:
 
 ## Get started for real
 
-Want to get started for real? [Start protecting your first application](/guides/first-app) or [Visit the Discord](https://discord.com/invite/jTysUaxXzM) if you have any questions!
+Want to get started for real? [Start protecting your first application](/docs/guides/first-app) or [Visit the Discord](https://discord.com/invite/jTysUaxXzM) if you have any questions!
 
 [authzed playground]: https://play.authzed.com
diff --git a/docs/overview.md b/docs/overview.md
index 7ee6fbc8..e96ff12b 100644
--- a/docs/overview.md
+++ b/docs/overview.md
@@ -14,7 +14,7 @@ summary: "Documentation for Authzed, the planet-scale, serverless database platf
     <i class="fa-solid fa-cubes"></i>
     Install the Operator
 </a>
-<a href="/guides/first-app" class="btn with-left-margin">
+<a href="/docs/guides/first-app" class="btn with-left-margin">
     <i class="fa fa-play"></i>
     Get Started Protecting Your App
 </a>
diff --git a/docs/spicedb/deploy-on-eks.md b/docs/spicedb/deploy-on-eks.md
index c3e62773..1dbfca4d 100644
--- a/docs/spicedb/deploy-on-eks.md
+++ b/docs/spicedb/deploy-on-eks.md
@@ -1,6 +1,6 @@
 # Deploy SpiceDB on EKS
 
-This guide will show you how to deploy a highly available and secure SpiceDB cluster on EKS. If you’d rather quickly try out SpiceDB, check out our [getting started guide](/guides/first-app).
+This guide will show you how to deploy a highly available and secure SpiceDB cluster on EKS. If you’d rather quickly try out SpiceDB, check out our [getting started guide](/docs/guides/first-app).
 
 ## Prerequisites