mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 06:39:30 +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
|
## 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
|
```jsx
|
||||||
import { HashRouter } from "react-router-dom";
|
import { HashRouter } from "react-router-dom";
|
||||||
|
Loading…
Reference in New Issue
Block a user