Skip to content

Commit 56f4ee6

Browse files
authored
Update forms_and_data_handling.md (#29219)
1 parent 3a12db3 commit 56f4ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodeJS/express/forms_and_data_handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ We could go much deeper into working safely with forms, but we'll stop there. By
521521

522522
To give you an overview of what this entire flow looks like visually, here's an example courtesy of MDN:
523523

524-
![A diagram showing an outline of how a form interacts with a server using GET and POST requests.](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/forms/web_server_form_handling.png)
524+
![A diagram showing an outline of how a form interacts with a server using GET and POST requests.](https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Server-side/Express_Nodejs/forms/web_server_form_handling.png)
525525

526526
### Assignment
527527

0 commit comments

Comments
 (0)