Skip to content

Commit cda9d12

Browse files
authored
fix: updated the "Advanced Typescript Guide" link throughout the documentation (#3294)
1 parent 81df20a commit cda9d12

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/guides/slices-pattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ Please keep in mind you should only apply middlewares in the combined store. App
117117

118118
## Usage with TypeScript
119119

120-
A detailed guide on how to use the slice pattern in Zustand with TypeScript can be found [here](./typescript.md#slices-pattern).
120+
A detailed guide on how to use the slice pattern in Zustand with TypeScript can be found [here](./advanced-typescript.md#slices-pattern).

docs/integrations/immer-middleware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ npm install immer
1919

2020
## Usage
2121

22-
(Notice the extra parentheses after the type parameter as mentioned in the [Typescript Guide](../guides/typescript.md)).
22+
(Notice the extra parentheses after the type parameter as mentioned in the [Advanced Typescript Guide](../guides/advanced-typescript.md)).
2323

2424
Updating simple states
2525

docs/migrations/migrating-to-v4.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ this guide applies.
1010
Otherwise, no migration is required.
1111

1212
Also, it's recommended to first read
13-
the new [TypeScript Guide](../guides/typescript.md),
13+
the new [TypeScript Guide](../guides/advanced-typescript.md),
1414
so that the migration is easier to understand.
1515

1616
In addition to this migration guide,
@@ -87,8 +87,8 @@ If you are using `StateCreator`,
8787
you are likely authoring a middleware
8888
or using the "slices" pattern.
8989
For that check the
90-
[Authoring middlewares and advanced usage](../guides/typescript.md#authoring-middlewares-and-advanced-usage)
91-
and [Common recipes](../guides/typescript.md#common-recipes)
90+
[Authoring middlewares and advanced usage](../guides/advanced-typescript.md#authoring-middlewares-and-advanced-usage)
91+
and [Common recipes](../guides/advanced-typescript.md#common-recipes)
9292
sections of the TypeScript Guide.
9393

9494
## `PartialState`

0 commit comments

Comments
 (0)