diff --git a/site/content/tutorial/01-introduction/07-making-an-app/text.md b/site/content/tutorial/01-introduction/07-making-an-app/text.md index 136c6b5f07..f8755ef532 100644 --- a/site/content/tutorial/01-introduction/07-making-an-app/text.md +++ b/site/content/tutorial/01-introduction/07-making-an-app/text.md @@ -28,4 +28,4 @@ const app = new App({ }); ``` -You can then interact with `app` using the [component API](docs/component-api) if you need to. +You can then interact with `app` using the [component API](docs#Client-side_component_API) if you need to.