From b34b5aa553ac34366545f1b0772bdd2d17172ccb Mon Sep 17 00:00:00 2001 From: Michael Qin <1mike12@gmail.com> Date: Tue, 21 Mar 2023 09:06:36 -0400 Subject: [PATCH 1/6] replace all occurences of button link --- docs/button.md | 2 +- website/versioned_docs/version-0.60/button.md | 2 +- website/versioned_docs/version-0.61/button.md | 2 +- website/versioned_docs/version-0.62/button.md | 2 +- website/versioned_docs/version-0.63/button.md | 2 +- website/versioned_docs/version-0.64/button.md | 2 +- website/versioned_docs/version-0.65/button.md | 2 +- website/versioned_docs/version-0.66/button.md | 2 +- website/versioned_docs/version-0.67/button.md | 2 +- website/versioned_docs/version-0.68/button.md | 2 +- website/versioned_docs/version-0.69/button.md | 2 +- website/versioned_docs/version-0.70/button.md | 2 +- website/versioned_docs/version-0.71/button.md | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/button.md b/docs/button.md index e3167c4bbff..a07ba86ca04 100644 --- a/docs/button.md +++ b/docs/button.md @@ -5,7 +5,7 @@ title: Button A basic button component that should render nicely on any platform. Supports a minimal level of customization. -If this button doesn't look right for your app, you can build your own button using [Pressable](pressable). For inspiration, look at the [source code for the Button component](https://github.com/facebook/react-native/blob/main/Libraries/Components/Button.js). +If this button doesn't look right for your app, you can build your own button using [Pressable](pressable). For inspiration, look at the [source code for the Button component](https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Components/Button.js). ```tsx