Skip to content

Commit f5ab0b4

Browse files
authored
Fix Reconciliation link
1 parent ff8ef81 commit f5ab0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ Handling events with React elements has some syntactic differences:
161161
* React event handlers are named using camelCase, rather than lowercase.
162162
* With JSX you pass a function as the event handler, rather than a string.
163163

164-
## [Reconciliation](/reconciliation.html)
164+
## [Reconciliation](/docs/reconciliation.html)
165165

166166
When a component's props or state change, React decides whether an actual DOM update is necessary by comparing the newly returned element with the previously rendered one. When they are not equal, React will update the DOM. This process is called "reconciliation".

0 commit comments

Comments
 (0)