diff --git a/website/docs/getting-started/build-a-sample-app.mdx b/website/docs/getting-started/build-a-sample-app.mdx index 2b502a745c4..246437263df 100644 --- a/website/docs/getting-started/build-a-sample-app.mdx +++ b/website/docs/getting-started/build-a-sample-app.mdx @@ -121,6 +121,7 @@ Finally, add an `index.html` file in the root directory of your app. Yew App + ``` @@ -138,4 +139,4 @@ Trunk will rebuild your application if you modify any of its source code files. You have now successfully set up your Yew development environment, and built your first web application. -Experiment with this application and review the [examples](./examples.mdx) to further your learning. +Experiment with this application and review the [examples](https://github.com/yewstack/yew/tree/master/examples) to further your learning.