Skip to content

Commit f5ffb3f

Browse files
authored
fix: broken link (#6115)
1 parent 9a1e1c6 commit f5ffb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useRef.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function MyComponent() {
228228
229229
If you *have to* read [or write](/reference/react/useState#storing-information-from-previous-renders) something during rendering, [use state](/reference/react/useState) instead.
230230
231-
When you break these rules, your component might still work, but most of the newer features we're adding to React will rely on these expectations. Read more about [keeping your components pure.](/learn/keeping-components-pure#where-you-can-cause-side-effects)
231+
When you break these rules, your component might still work, but most of the newer features we're adding to React will rely on these expectations. Read more about [keeping your components pure.](/learn/keeping-components-pure#where-you-_can_-cause-side-effects)
232232
233233
</Pitfall>
234234

0 commit comments

Comments
 (0)