Skip to content

Commit

Permalink
add /docs/ to link to correct broken state
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmarple committed Nov 16, 2023
1 parent 8af6d6e commit 94ce2ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guides/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/spicedb/deploy-on-eks.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 94ce2ad

Please sign in to comment.