Skip to content

Commit 0ed66e3

Browse files
darrenmeehanteymour-aldridgejstarry
authored
Point to master branch for examples (yewstack#98)
* Point to master branch for examples * Update src/getting-started/examples.md Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com> * Update src/getting-started/examples.md Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com> Co-authored-by: Justin Starry <justin.m.starry@gmail.com>
1 parent d1e36f8 commit 0ed66e3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

‎src/getting-started/examples.md‎

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Learn through examples
22

3-
The Yew repository is chock-full of [examples](https://github.com/yewstack/yew/tree/v0.15.0/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 ♥️
4-
5-
* [**Todo App** ](https://github.com/yewstack/yew/tree/v0.15.0/examples/todomvc)
6-
* [**Custom Components**](https://github.com/yewstack/yew/tree/v0.15.0/examples/custom_components)
7-
* [**Multi-threading \(Agents\)**](https://github.com/yewstack/yew/tree/v0.15.0/examples/multi_thread)
8-
* [**Timer Service**](https://github.com/yewstack/yew/tree/v0.15.0/examples/timer)
9-
* [**Nested Components**](https://github.com/yewstack/yew/tree/v0.15.0/examples/nested_list)
3+
The Yew repository is chock-full of [examples](https://github.com/yewstack/yew/tree/v0.16.0/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 ♥️
104

5+
* [**Todo App** ](https://github.com/yewstack/yew/tree/v0.16.0/examples/todomvc)
6+
* [**Custom Components**](https://github.com/yewstack/yew/tree/v0.16.0/examples/custom_components)
7+
* [**Multi-threading \(Agents\)**](https://github.com/yewstack/yew/tree/v0.16.0/examples/multi_thread)
8+
* [**Timer Service**](https://github.com/yewstack/yew/tree/v0.16.0/examples/timer)
9+
* [**Nested Components**](https://github.com/yewstack/yew/tree/v0.16.0/examples/nested_list)

0 commit comments

Comments
 (0)