From db6724bbff9210ae388523aba684fd00897e16ae Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Fri, 13 Mar 2020 03:07:27 +0900 Subject: [PATCH] docs: update url --- website/contents/getting-started/react-native.md | 2 +- website/contents/getting-started/standalone.md | 2 +- website/src/pages/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/contents/getting-started/react-native.md b/website/contents/getting-started/react-native.md index 7b028bec..ccc77a00 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.html" title: "React Native" redirect: true --- diff --git a/website/contents/getting-started/standalone.md b/website/contents/getting-started/standalone.md index fdb6a5ad..b4133196 100644 --- a/website/contents/getting-started/standalone.md +++ b/website/contents/getting-started/standalone.md @@ -12,7 +12,7 @@ Adding Yoga to a project is as simple as adding the dependency to your package m ```groovy dependencies { - compile 'com.facebook.yoga.android:yoga-layout:x.x.x' + implementation 'com.facebook.yoga.android:yoga-layout:x.x.x' } ``` diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 54a230da..de9e69c5 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -138,7 +138,7 @@ const AboutSectionOne = () => (

ComponentKit

-- 2.50.1.windows.1