docs: update url (#981)

Summary:
Updating url for react-native docs

Pull Request resolved: https://github.com/facebook/yoga/pull/981

Reviewed By: yungsters

Differential Revision: D40060061

Pulled By: yungsters

fbshipit-source-id: 7192b461cea007eb4c77789b92e911a62b21f0d3
This commit is contained in:
Jesse Katsumata
2022-10-04 08:29:28 -07:00
committed by Facebook GitHub Bot
parent 0a6a184fed
commit 7a6f667bf1
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 ```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} />