docs: update url #981
@@ -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'
|
||||
}
|
||||
```
|
||||
|
||||
|
@@ -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} />
|
||||
|
Reference in New Issue
Block a user