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/)