Skip to content

Commit

Permalink
Fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
ecordell committed Oct 18, 2024
1 parent ea04ff4 commit acc41be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/src/components/FullPlayground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ export function ThemedAppView(props: { datastore: DataStore }) {
{currentItem?.kind === DataStoreItemKind.ASSERTIONS && (
<Button
className={classes.docsLink}
href="https://authzed.com/docs/spicedb/modeling/developing-a-schema#writing-assertions"
href="https://authzed.com/docs/spicedb/modeling/developing-a-schema#assertions"
target="_blank"
startIcon={<DescriptionIcon />}
>
Expand All @@ -1126,7 +1126,7 @@ export function ThemedAppView(props: { datastore: DataStore }) {
{currentItem?.kind === DataStoreItemKind.EXPECTED_RELATIONS && (
<Button
className={classes.docsLink}
href="https://authzed.com/docs/spicedb/modeling/developing-a-schema#writing-expected-relations"
href="https://authzed.com/docs/spicedb/modeling/developing-a-schema#expected-relations"
target="_blank"
startIcon={<DescriptionIcon />}
>
Expand Down

0 comments on commit acc41be

Please sign in to comment.