From 4e8326a82e782bcf9ce7ef51f41d968296e588cc Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Mon, 19 Oct 2020 07:32:57 -0700 Subject: [PATCH] docs: fix url for chainreactconf (#30199) Summary: Fixed URL of ChainReactConf website on the ECOSYSTEM.md ## Changelog [Internal] [Fixed] - Fix URL of ChainReactConf Website Pull Request resolved: https://github.com/facebook/react-native/pull/30199 Test Plan: URL leads to the ChainReactConf website Reviewed By: makovkastar Differential Revision: D24386708 Pulled By: cpojer fbshipit-source-id: 27a48e84547ef3bc067845b3c302dd57decc34b2 --- ECOSYSTEM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 75dc1ec14d3..657cfb43a11 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -17,7 +17,7 @@ React Native's current set of partners include Callstack, Expo, Facebook, Infini * **[Callstack](https://callstack.com/):** Manages releases, maintains the [React Native CLI](https://github.com/react-native-community/react-native-cli) and organizes [React Native EU](https://react-native.eu/) * **[Expo](https://expo.io/):** Builds [expo](https://github.com/expo/expo) on top of React Native to simplify app development * **[Facebook](https://opensource.facebook.com):** Oversees the React Native product and maintains the [React Native core repo](https://reactnative.dev/) -* **[Infinite Red](https://infinite.red/):** Maintains the [ignite cli/boilerplate](https://github.com/infinitered/ignite), organizes [Chain React Conf](https://infinite.red/ChainReactConf) +* **[Infinite Red](https://infinite.red/):** Maintains the [ignite cli/boilerplate](https://github.com/infinitered/ignite), organizes [Chain React Conf](https://cr.infinite.red/) * **[Microsoft](http://aka.ms/reactnative):** Develops [React Native Windows](https://github.com/Microsoft/react-native-windows) and [React Native macOS](https://github.com/microsoft/react-native-macos) for building apps that target Windows and macOS * **[Software Mansion](https://swmansion.com/):** Maintain core infrastructure including JSC, Animated, and other popular third-party plugins.