mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 18:29:53 +08:00
docs: fix broken link for react router HashRouter (#2544)
This commit is contained in:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user