Update examples/README with correct starter templates link (#3098)

I've noticed that https://yew.rs/docs/getting-started/starter-templates doesn't exist anymore
Assuming that it should now point to https://yew.rs/docs/getting-started/build-a-sample-app#using-a-starter-template
This commit is contained in:
Ruslan S 2023-02-02 19:04:18 +08:00 committed by GitHub
parent 263c1242d2
commit 7558cd2637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ As an example, check out the TodoMVC example here: <https://examples.yew.rs/todo
## Next steps ## Next steps
Have a look at Yew's [starter templates](https://yew.rs/docs/getting-started/starter-templates) when starting a project using Yew they can significantly simplify things. Have a look at Yew's [starter templates](https://yew.rs/docs/getting-started/build-a-sample-app#using-a-starter-template) when starting a project using Yew they can significantly simplify things.
## Help out ## Help out