fix community link [404 not found] (#30313)

Summary:
The README file in this repo has a bad link - [404:NotFound]

Status code [404:NotFound] - Link: https://reactnative.dev/en/help

## Changelog

fixed link: https://reactnative.dev/help

[Link] [fixed] - fixed broken link.

Pull Request resolved: https://github.com/facebook/react-native/pull/30313

Test Plan: ![image](https://user-images.githubusercontent.com/46071874/98048666-5fe91c00-1e58-11eb-804e-b90f6d77b15f.png)

Reviewed By: yungsters

Differential Revision: D24716546

Pulled By: cpojer

fbshipit-source-id: 684285e5cc0bb6fadc88c1f25d77b38d482084ce
This commit is contained in:
MD. Mizanur Rahman 2020-11-04 09:31:57 -08:00 committed by Facebook GitHub Bot
parent 5c4979b2a5
commit a26db2292f

View File

@ -36,7 +36,7 @@
<span> · </span>
<a href="https://reactnative.dev/docs/contributing">Contribute</a>
<span> · </span>
<a href="https://reactnative.dev/en/help">Community</a>
<a href="https://reactnative.dev/help">Community</a>
<span> · </span>
<a href="https://github.com/facebook/react-native/blob/master/.github/SUPPORT.md">Support</a>
</h3>