Skip to content

Commit 0b727e9

Browse files
committed
Fix link in intro
1 parent 5d95a83 commit 0b727e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/react/latest/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The React bindings are officially called **ReasonReact** due to legacy reasons.
3131
- Bindings for all important React APIs needed to build production ready apps (`useState`, `useReducer`, `useEffect`, `useRef`,...)
3232
- No class based component API legacy (all ReasonReact codebases are built on functional components & hooks)
3333
- Strong level of type safetiness and type inference for component props and state values
34-
- [GenType](/docs/gentype/latest) support for importing / exporting React components in Flow and TypeScript codebases
34+
- [GenType](/docs/gentype/latest/introduction) support for importing / exporting React components in Flow and TypeScript codebases
3535

3636
## Development
3737

0 commit comments

Comments
 (0)