From bc4c8f9fd9bb71fee2b5eb80da59c87ad9960773 Mon Sep 17 00:00:00 2001 From: Joe Gallegos Date: Mon, 3 Oct 2022 21:11:52 -0700 Subject: [PATCH] Update React Native docs link (#1036) Summary: Updated link for new React Native docs site. Pull Request resolved: https://github.com/facebook/yoga/pull/1036 Reviewed By: yungsters Differential Revision: D40026872 Pulled By: yungsters fbshipit-source-id: e2d26b07b7b8785c0a2dee4543ec153fd69a8a3f --- website/contents/getting-started/react-native.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/contents/getting-started/react-native.md b/website/contents/getting-started/react-native.md index 7b028bec..11710038 100644 --- a/website/contents/getting-started/react-native.md +++ b/website/contents/getting-started/react-native.md @@ -1,5 +1,5 @@ --- -path: "http://facebook.github.io/react-native/docs/getting-started.html" +path: "https://reactnative.dev/docs/getting-started" title: "React Native" redirect: true ---