docs: fix broken hyperlink in tutorials first app search (#53816)

PR Close #53816
This commit is contained in:
macvag 2024-01-06 13:42:04 +02:00 committed by Dylan Hunn
parent b4c7167d90
commit ff51e0933b

View file

@ -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>
</docs-code>
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.