Skip to content

Commit 7dc9ef1

Browse files
authored
Merge pull request #3418 from vedantjangid/patch-1
Fix broken link in Part 5b
2 parents 495d325 + c0e646f commit 7dc9ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ The form closes when a new blog is created.
530530

531531
Separate the form for creating a new blog into its own component (if you have not already done so), and move all the states required for creating a new blog to this component.
532532

533-
The component must work like the <i>NoteForm</i> component from the [material](/en/part5/props_children_and_proptypes) of this part.
533+
The component must work like the <i>NoteForm</i> component from the [material](/en/part5/props_children_and_proptypes#state-of-the-forms) of this part.
534534

535535
#### 5.7 Blog list frontend, step7
536536

0 commit comments

Comments
 (0)