diff --git a/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/index.md b/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/index.md index 9bba05181..c195bd665 100644 --- a/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/index.md +++ b/src/data/roadmaps/react-native/content/102-environment-setup/100-expo/index.md @@ -2,4 +2,4 @@ Expo is a framework and a platform that allows you to develop, build, and deploy React Native applications easily and quickly. It simplifies the development process and provides a set of useful tools and services, including its own CLI (Command Line Interface), a managed workflow, and an SDK (Software Development Kit) with pre-built modules for common features. -Visit the [Expo CLI Quickstart](https://reactnative.dev/docs/environment-setup) page for detailed instructions on how to set up your environment. \ No newline at end of file +Visit the [Expo CLI Quickstart](https://docs.expo.dev/get-started/create-a-project/) page for detailed instructions on how to set up your environment.