From 21b2d6c8e7e137ae161a4f7ceee2f7d9888fb501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Osadnik?= Date: Wed, 8 Sep 2021 10:23:49 -0700 Subject: [PATCH] Fix "Running on device" in RNTester README (#32169) Summary: Fix broken link ## Changelog [CATEGORY] [TYPE] - Message Pull Request resolved: https://github.com/facebook/react-native/pull/32169 Reviewed By: yungsters Differential Revision: D30809096 Pulled By: GijsWeterings fbshipit-source-id: b600e411c7292ba840e076d68f66cb3043887335 --- packages/rn-tester/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rn-tester/README.md b/packages/rn-tester/README.md index 5f5e1d7c206..8b0ea4becc9 100644 --- a/packages/rn-tester/README.md +++ b/packages/rn-tester/README.md @@ -35,7 +35,7 @@ _Note: Building for the first time can take a while._ Open the RNTester app in your emulator. If you want to use a physical device, run `adb devices`, then `adb -s reverse tcp:8081 tcp:8081`. -See [Running on Device](https://reactnative.dev/docs/running-on-device.html) for additional instructions on using a physical device. +See [Running on Device](https://reactnative.dev/docs/running-on-device) for additional instructions on using a physical device. ### Running with Buck