diff --git a/docs/contributors/code/react-native/README.md b/docs/contributors/code/react-native/README.md index 10df7268ddddb..dd6afc2e8bd56 100644 --- a/docs/contributors/code/react-native/README.md +++ b/docs/contributors/code/react-native/README.md @@ -1,6 +1,6 @@ # React Native mobile editor -The Gutenberg repository includes the source for the [React Native](https://facebook.github.io/react-native/) based editor for mobile. +The Gutenberg repository includes the source for the [React Native](https://reactnative.dev/) based editor for mobile. ## Mind the mobile diff --git a/packages/element/README.md b/packages/element/README.md index 5636fdda56a52..9ebf2a632d501 100755 --- a/packages/element/README.md +++ b/packages/element/README.md @@ -247,7 +247,7 @@ This is the same concept as the React Native implementation. _Related_ -- Here is an example of how to use the select method: +- Here is an example of how to use the select method: _Usage_ diff --git a/packages/element/src/platform.js b/packages/element/src/platform.js index c646b6c86d51a..841cd06e4cabb 100644 --- a/packages/element/src/platform.js +++ b/packages/element/src/platform.js @@ -17,7 +17,7 @@ const Platform = { * * This is the same concept as the React Native implementation. * - * @see https://facebook.github.io/react-native/docs/platform-specific-code#platform-module + * @see https://reactnative.dev/docs/platform-specific-code#platform-module * * Here is an example of how to use the select method: * @example diff --git a/test/native/jest.config.js b/test/native/jest.config.js index 4859ea597e0f6..8bd77280dc550 100644 --- a/test/native/jest.config.js +++ b/test/native/jest.config.js @@ -58,7 +58,7 @@ module.exports = { 'node_modules', ], moduleNameMapper: { - // Mock the CSS modules. See https://facebook.github.io/jest/docs/en/webpack.html#handling-static-assets + // Mock the CSS modules. See https://jestjs.io/docs/webpack#handling-static-assets '\\.(scss)$': '/test/native/__mocks__/styleMock.js', '\\.(eot|otf|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': '/test/native/__mocks__/fileMock.js',