Skip to content

Commit

Permalink
(docs): fix license url (#37909)
Browse files Browse the repository at this point in the history
Summary:
Update the license url on the documentation because it throws 404 page not found

## Changelog:

[General] [Fixed] - License on the documentation throws 404 page not found

Pull Request resolved: #37909

Test Plan: Click the LICENSE and should open the license page

Reviewed By: GijsWeterings

Differential Revision: D46760941

Pulled By: hoxyq

fbshipit-source-id: f2522c51606ed5776aa6ae325143887749cc4d3a
  • Loading branch information
ddikodroid authored and facebook-github-bot committed Jun 15, 2023
1 parent e6a2b20 commit 7d4f233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ React Native is MIT licensed, as found in the [LICENSE][l] file.

React Native documentation is Creative Commons licensed, as found in the [LICENSE-docs][ld] file.

[l]: https://github.com/facebook/react-native/blob/HEAD/LICENSE
[l]: https://github.com/facebook/react-native/blob/main/packages/react-native/LICENSE
[ld]: https://github.com/facebook/react-native/blob/HEAD/LICENSE-docs

0 comments on commit 7d4f233

Please sign in to comment.