docs: update url #981

Closed
Naturalclar wants to merge 2 commits from docs/updateDocs into main
2 changed files with 2 additions and 2 deletions

View File

@@ -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'
}
```

View File

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