diff --git a/src/getting-started/examples.md b/src/getting-started/examples.md index 20bb5e5..f092d11 100644 --- a/src/getting-started/examples.md +++ b/src/getting-started/examples.md @@ -2,11 +2,11 @@ The Yew repository is chock-full of examples \(in various states of maintenance\). We recommend perusing them to get a feel for how to use different framework features. We also welcome pull-requests and issues for when they inevitably get neglected and need some ♥️ -* [**Todo App \(stdweb\)**](https://github.com/yewstack/yew/tree/master/examples/std_web/todomvc) -* [**Todo App \(web\_sys\)**](https://github.com/yewstack/yew/tree/master/examples/web_sys/todomvc) -* [**Custom Components**](https://github.com/yewstack/yew/tree/master/examples/custom_components) -* [**Multi-threading \(Agents\) \(stdweb\)**](https://github.com/yewstack/yew/tree/master/examples/std_web/multi_thread) -* [**Multi-threading \(Agents\) \(web\_sys\)**](https://github.com/yewstack/yew/tree/master/examples/web_sys/multi_thread) -* [**Timer Service**](https://github.com/yewstack/yew/tree/master/examples/timer) -* [**Nested Components**](https://github.com/yewstack/yew/tree/master/examples/nested_list) +* [**Todo App \(stdweb\)**](https://github.com/yewstack/yew/tree/v0.14.0/examples/std_web/todomvc) +* [**Todo App \(web\_sys\)**](https://github.com/yewstack/yew/tree/v0.14.0/examples/web_sys/todomvc) +* [**Custom Components**](https://github.com/yewstack/yew/tree/v0.14.0/examples/custom_components) +* [**Multi-threading \(Agents\) \(stdweb\)**](https://github.com/yewstack/yew/tree/v0.14.0/examples/std_web/multi_thread) +* [**Multi-threading \(Agents\) \(web\_sys\)**](https://github.com/yewstack/yew/tree/v0.14.0/examples/web_sys/multi_thread) +* [**Timer Service**](https://github.com/yewstack/yew/tree/v0.14.0/examples/timer) +* [**Nested Components**](https://github.com/yewstack/yew/tree/v0.14.0/examples/nested_list)