Fix TypeScript docs link (#1223)

Updates link to look in the guides directory
This commit is contained in:
Tim Arney 2022-08-25 09:30:22 -04:00 committed by GitHub
parent b85f6413f1
commit 19557ba286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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