diff --git a/adev/src/content/tutorials/first-app/steps/13-search/README.md b/adev/src/content/tutorials/first-app/steps/13-search/README.md index cd6227f6734..2918e9a2a31 100644 --- a/adev/src/content/tutorials/first-app/steps/13-search/README.md +++ b/adev/src/content/tutorials/first-app/steps/13-search/README.md @@ -39,7 +39,7 @@ The `HomeComponent` already contains an input field that you will use to capture <input type="text" placeholder="Filter by city" #filter> - This example uses a [template reference variable](/guide/templatess) to get access to the `input` element as its value. + This example uses a [template reference variable](/guide/templates) to get access to the `input` element as its value. 1. Next, update the component template to attach an event handler to the "Search" button.