From e039cabbaa7625f24a48318ba5934683186b0c5e Mon Sep 17 00:00:00 2001 From: Conduitry Date: Mon, 22 Apr 2019 17:16:46 -0400 Subject: [PATCH] site: fix another link (#2497) --- site/content/tutorial/01-introduction/07-making-an-app/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.