From 7db89f90ee92b056af3bfc0cb4b2c74833ee5f31 Mon Sep 17 00:00:00 2001 From: sangeethaKP <32643021+sangeethaKP@users.noreply.github.com> Date: Tue, 4 May 2021 15:48:44 -0700 Subject: [PATCH] #31386 Fix Readme link to Testing (#31387) Summary: Fix Readme link to Testing section Fix Readme link to Testing section ## Changelog [Android] [Fixed] - Fixed link to Testing in React Native Android ReadMe file Pull Request resolved: https://github.com/facebook/react-native/pull/31387 Test Plan: Change has been made to a Readme documentation, no changes in code Reviewed By: TheSavior Differential Revision: D28192184 Pulled By: PeteTheHeat fbshipit-source-id: 6d4503f68398accacead116b43981e03e4c1430a --- ReactAndroid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactAndroid/README.md b/ReactAndroid/README.md index a920b7615d9..89a61dab629 100644 --- a/ReactAndroid/README.md +++ b/ReactAndroid/README.md @@ -4,4 +4,4 @@ See the [docs on the website](https://reactnative.dev/docs/building-from-source. # Running tests -When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see [Testing](https://reactnative.dev/docs/testing.html). +When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see [Testing](https://github.com/facebook/react-native/wiki/Tests).