- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 10.7k
Closed
Labels
Description
What version of React Router are you using?
6.3.0
Steps to Reproduce
Use the latest react-router version with the latest types.
Then navigate to node_modules/react-router/lib/hooks.d.ts in your favorite IDE and click the links.
Expected Behavior
I expect the correct links.
Actual Behavior
The links are incorrect.
For example:
This: https://reactrouter.com/docs/en/v6/api#uselocation
Should be: https://reactrouter.com/docs/en/v6/hooks/use-location
Seems like there was a fix for this but I don't see the changes.
