Skip to content

Commit 949d39c

Browse files
authored
Update documentation to point to the right example (#2993)
1 parent 17f125c commit 949d39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/versioned_docs/version-0.20/migration-guides/yew-agent/from-0_1_0-to-0_2_0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: 'From 0.1.0 to 0.2.0'
66

77
The `Context` and `Job` Agents have been removed in favour of Yew's Context API.
88

9-
You can see the updated [`pub_sub`](https://github.com/yewstack/yew/tree/master/examples/pub_sub)
9+
You can see the updated [`contexts`](https://github.com/yewstack/yew/tree/master/examples/contexts)
1010
which demonstrate how to use the context API.
1111

1212
For users of `yew_agent::utils::store`, you may switch to third party solutions like: [Yewdux](https://github.com/intendednull/yewdux) or [Bounce](https://github.com/futursolo/bounce).

0 commit comments

Comments
 (0)