From c1d37dead3bb801f958de391a4c4f82b3e1271ea Mon Sep 17 00:00:00 2001 From: Shawn Gestupa Date: Thu, 10 Aug 2023 21:29:38 +0800 Subject: [PATCH] update link of "Functional Components and Props" (#4317) --- .../react/content/102-components/101-functional-components.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/react/content/102-components/101-functional-components.md b/src/data/roadmaps/react/content/102-components/101-functional-components.md index c6d68ffa1..f08f5b64b 100644 --- a/src/data/roadmaps/react/content/102-components/101-functional-components.md +++ b/src/data/roadmaps/react/content/102-components/101-functional-components.md @@ -4,7 +4,7 @@ Functional components are some of the more common components that will come acro Visit the following resources to learn more: -- [Functional Components and Props](https://react.dev/reference/react/component) +- [Functional Components and Props](https://react.dev/reference/react/components) - [Your first component](https://react.dev/learn/your-first-component) - [Passing props to a component](https://react.dev/learn/passing-props-to-a-component) -- [Functional Components in React](https://www.robinwieruch.de/react-function-component/) \ No newline at end of file +- [Functional Components in React](https://www.robinwieruch.de/react-function-component/)