node refs example link updated (#3540)

This commit is contained in:
Priyadarshan Giri 2024-10-12 14:20:41 +02:00 committed by GitHub
parent 530e805e2a
commit e99492e1de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ This example shows two input fields which are automatically focused when hovered
## Concepts
The example uses [Refs](https://yew.rs/docs/concepts/components/refs/) to
The example uses [Refs](https://yew.rs/docs/concepts/function-components/node-refs) to
manipulate the underlying DOM element directly.
## Running