Skip to content

Commit d777c53

Browse files
authored
Fix links
1 parent c4521ef commit d777c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/strict-mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ Strict mode can't automatically detect side effects for you, but it can help you
104104
* state updater functions (the first argument for the `setState` class component method or the argument for the `setState` return value of [`useState`](hooks-reference.html#usestate))
105105
* The static `getDerivedStateFromProps` lifecycle
106106
* the function passed as the initial state to [`useState`](hooks-reference.html#lazy-initial-state)
107-
* the `init` function passed to [`useReducer`](/hooks-reference.html#usereducer)
108-
* "create" functions passed to [`useMemo`](https://reactjs.org/docs/hooks-reference.html#usememo)
107+
* the `init` function passed to [`useReducer`](hooks-reference.html#usereducer)
108+
* "create" functions passed to [`useMemo`](hooks-reference.html#usememo)
109109

110110
> Note:
111111
>

0 commit comments

Comments
 (0)