From b7807e15e491b2429f496c748f1a0d4805d71c8d Mon Sep 17 00:00:00 2001 From: giripriyadarshan <43517605+giripriyadarshan@users.noreply.github.com> Date: Sat, 25 Nov 2023 12:46:52 +0530 Subject: [PATCH] node refs example link updated --- 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