docs: fix broken link for react router HashRouter (#2544)

This commit is contained in:
Noah Gorstein
2023-04-01 08:43:15 +11:00
committed by GitHub
parent eae4fe62cd
commit 2a22933220
@@ -27,7 +27,7 @@ RouterModule.forRoot(routes, { useHash: true });
## React
The recommended approach for routing in React is [HashRouter](https://reactrouter.com/docs/en/v6/routers/hash-router):
The recommended approach for routing in React is [HashRouter](https://reactrouter.com/en/main/router-components/hash-router):
```jsx
import { HashRouter } from "react-router-dom";