website icon indicating copy to clipboard operation
website copied to clipboard

Incorrect Link for ValueNotifier

Open gjhami opened this issue 1 year ago • 0 comments

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.

gjhami avatar Oct 18 '24 16:10 gjhami