Point to master branch for examples (#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>
This commit is contained in:
Darren Meehan 2020-06-20 16:34:28 +01:00 committed by Justin Starry
parent bfb8443421
commit 436fad8bd3

View File

@ -1,10 +1,9 @@
# Learn through examples
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 ♥️
* [**Todo App** ](https://github.com/yewstack/yew/tree/v0.15.0/examples/todomvc)
* [**Custom Components**](https://github.com/yewstack/yew/tree/v0.15.0/examples/custom_components)
* [**Multi-threading \(Agents\)**](https://github.com/yewstack/yew/tree/v0.15.0/examples/multi_thread)
* [**Timer Service**](https://github.com/yewstack/yew/tree/v0.15.0/examples/timer)
* [**Nested Components**](https://github.com/yewstack/yew/tree/v0.15.0/examples/nested_list)
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 ♥️
* [**Todo App** ](https://github.com/yewstack/yew/tree/v0.16.0/examples/todomvc)
* [**Custom Components**](https://github.com/yewstack/yew/tree/v0.16.0/examples/custom_components)
* [**Multi-threading \(Agents\)**](https://github.com/yewstack/yew/tree/v0.16.0/examples/multi_thread)
* [**Timer Service**](https://github.com/yewstack/yew/tree/v0.16.0/examples/timer)
* [**Nested Components**](https://github.com/yewstack/yew/tree/v0.16.0/examples/nested_list)