diff --git a/packages/react-native/Libraries/StyleSheet/StyleSheetTypes.js b/packages/react-native/Libraries/StyleSheet/StyleSheetTypes.js index c4f45c7e61c6b1..9fd8974107dc03 100644 --- a/packages/react-native/Libraries/StyleSheet/StyleSheetTypes.js +++ b/packages/react-native/Libraries/StyleSheet/StyleSheetTypes.js @@ -626,7 +626,7 @@ type ____LayoutStyle_Internal = $ReadOnly<{ /** `direction` specifies the directional flow of the user interface. * The default is `inherit`, except for root node which will have * value based on the current locale. - * See https://yogalayout.com/docs/layout-direction + * See https://yogalayout.dev/docs/layout-direction * for more details. * @platform ios */ diff --git a/packages/react-native/ReactCommon/yoga/Yoga.podspec b/packages/react-native/ReactCommon/yoga/Yoga.podspec index 0b22f31cad545c..f14e3d45114839 100644 --- a/packages/react-native/ReactCommon/yoga/Yoga.podspec +++ b/packages/react-native/ReactCommon/yoga/Yoga.podspec @@ -18,8 +18,8 @@ Pod::Spec.new do |spec| spec.name = 'Yoga' spec.version = '1.14.0' spec.license = { :type => 'MIT' } - spec.homepage = 'https://yogalayout.com' - spec.documentation_url = 'https://yogalayout.com/docs/' + spec.homepage = 'https://yogalayout.dev' + spec.documentation_url = 'https://yogalayout.dev/docs/' spec.summary = 'Yoga is a cross-platform layout engine which implements Flexbox.' spec.description = 'Yoga is a cross-platform layout engine enabling maximum collaboration within your team by implementing an API many designers are familiar with, and opening it up to developers across different platforms.'