From 628726d49fb7a1068284649c7cba2c833fcb069a Mon Sep 17 00:00:00 2001 From: loulanyue <260355617@qq.com> Date: Tue, 25 Aug 2026 16:48:00 +0800 Subject: [PATCH 1/2] docs(readme): use relative links for LICENSE and SUPPORT.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a547ce921d1..84500762571b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

- React Native is released under the MIT license + React Native is released under the MIT license Current npm package version Monthly npm downloads Follow @reactnative on X @@ -29,7 +29,7 @@ · Community · - Support + Support # React Native @@ -102,4 +102,4 @@ React Native releases are discussed in [**reactwg/react-native-releases**](https ## License -React Native is MIT licensed, as found in the [LICENSE](https://github.com/react/react-native/blob/main/LICENSE) file. +React Native is MIT licensed, as found in the [LICENSE](LICENSE) file. From 4bf5e476622c5e964dcae0961685c7ef25922ea0 Mon Sep 17 00:00:00 2001 From: loulanyue <260355617@qq.com> Date: Wed, 26 Aug 2026 22:07:57 +0800 Subject: [PATCH 2/2] docs(readme): update license link to ./LICENSE per review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84500762571b..aebd29d9a0e2 100644 --- a/README.md +++ b/README.md @@ -102,4 +102,4 @@ React Native releases are discussed in [**reactwg/react-native-releases**](https ## License -React Native is MIT licensed, as found in the [LICENSE](LICENSE) file. +React Native is MIT licensed, as found in the [LICENSE](./LICENSE) file.