Skip to content

Commit db48283

Browse files
committed
update api doc link in hooks page to version 0.20
1 parent 17f125c commit db48283

File tree

1 file changed

+1
-1
lines changed
  • website/versioned_docs/version-0.20/concepts/function-components/hooks

1 file changed

+1
-1
lines changed

website/versioned_docs/version-0.20/concepts/function-components/hooks/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Yew comes with the following predefined Hooks:
3838
- `use_context`
3939
- `use_force_update`
4040

41-
The documentation for these hooks can be found in the [Yew API docs](https://yew-rs-api.web.app/next/yew/functional/)
41+
The documentation for these hooks can be found in the [Yew API docs](https://docs.rs/yew/0.20.0/yew/functional/index.html)
4242

4343
### Custom Hooks
4444

0 commit comments

Comments
 (0)