Skip to content

Commit

Permalink
Fix TypeScript docs link (pmndrs#1223)
Browse files Browse the repository at this point in the history
Updates link to look in the guides directory
  • Loading branch information
timarney authored Aug 25, 2022
1 parent b85f641 commit 19557ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ const useBearStore = create<BearState>()(
)
```
A more complete TypeScript guide is [here](docs/typescript.md).
A more complete TypeScript guide is [here](docs/guides/typescript.md).
## Best practices
Expand Down

0 comments on commit 19557ba

Please sign in to comment.