website
website copied to clipboard
Incorrect Link for ValueNotifier
Page URL
https://docs.flutter.dev/get-started/fundamentals/state-management
Page source
https://github.com/flutter/website/blob/main/src/content/get-started/fundamentals/state-management.md
Describe the problem
On this line of the page source for the State Management page, there is a typo in the link for the ValueNotifier class that results in a 404 when clicked:
- Current URL: https://api.flutter.dev/flutter/foundation/ValueNotifer-class.html
- Correct URL: https://api.flutter.dev/flutter/foundation/ValueNotifier-class.html
Expected fix
Update the URL to the following:
- https://api.flutter.dev/flutter/foundation/ValueNotifier-class.html
Additional context
No response
I would like to fix this problem.
- [ ] I will try and fix this problem on docs.flutter.dev.