From bec59ed6301e0e990a4ffe0334cb6d6547918c05 Mon Sep 17 00:00:00 2001 From: Mirac Seref <83214984+miracseref@users.noreply.github.com> Date: Thu, 17 Aug 2023 05:00:34 +0300 Subject: [PATCH] Update 101-functional-components.md (#4233) Fix link issue Co-authored-by: Kamran Ahmed --- .../react/content/102-components/101-functional-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f08f5b64b..3e66dc2f4 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/components) +- [Functional Components and Props](https://react.dev/reference/react/Component) - [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/)