From e99492e1de5d66e0bfc5f4d9d0154cfc932d41d6 Mon Sep 17 00:00:00 2001 From: Priyadarshan Giri <43517605+giripriyadarshan@users.noreply.github.com> Date: Sat, 12 Oct 2024 14:20:41 +0200 Subject: [PATCH] node refs example link updated (#3540) --- examples/node_refs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/node_refs/README.md b/examples/node_refs/README.md index 204a9b86296..379a8a87eef 100644 --- a/examples/node_refs/README.md +++ b/examples/node_refs/README.md @@ -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