Fix "Running on device" in RNTester README (#32169)

Summary:
Fix broken link
## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/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
This commit is contained in:
Michał Osadnik 2021-09-08 10:23:49 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 90a465f8a8
Коммит 21b2d6c8e7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 <device name> 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