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