docs: update url

This commit is contained in:
Jesse Katsumata
2020-03-13 03:07:27 +09:00
parent b280a19b0a
commit db6724bbff
3 changed files with 3 additions and 3 deletions

View File

@@ -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" title: "React Native"
redirect: true redirect: true
--- ---

View File

@@ -12,7 +12,7 @@ Adding Yoga to a project is as simple as adding the dependency to your package m
```groovy ```groovy
dependencies { dependencies {
compile 'com.facebook.yoga.android:yoga-layout:x.x.x' implementation 'com.facebook.yoga.android:yoga-layout:x.x.x'
} }
``` ```

View File

@@ -138,7 +138,7 @@ const AboutSectionOne = () => (
<h3>ComponentKit</h3> <h3>ComponentKit</h3>
</a> </a>
<a <a
href="http://facebook.github.io/react-native/" href="https://reactnative.dev"
target="_blank" target="_blank"
className="logo"> className="logo">
<img src={ReactNativeLogo} /> <img src={ReactNativeLogo} />