Skip to content

Commit ac293fc

Browse files
fsonfacebook-github-bot
authored andcommitted
Fix a broken link in CONTRIBUTING.md
Summary: <!-- Thank you for sending the PR! If you changed any code, please provide us with clear instructions on how you verified your changes work. In other words, a test plan is *required*. Bonus points for screenshots and videos! Please read the Contribution Guidelines at https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md to learn more about contributing to React Native. Happy contributing! --> Closes #15309 Differential Revision: D5536296 Pulled By: javache fbshipit-source-id: 372da897b93fc0b4e5b0de343966932314f4f3fb
1 parent cb1b1e5 commit ac293fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Small pull requests are much easier to review and more likely to get merged. Mak
100100
1. Fork [the repository](https://github.com/facebook/react-native) and create your branch from `master`.
101101
2. Add the copyright notice to the top of any new files you've added.
102102
3. Describe your [**test plan**](https://facebook.github.io/react-native/docs/contributing.html#test-plan) in your commit.
103-
4. Ensure [**tests pass**](https://facebook.github.io/react-native/docs/contributing.html#contrinuous-integration-tests) on both Travis and Circle CI.
103+
4. Ensure [**tests pass**](https://facebook.github.io/react-native/docs/contributing.html#continuous-integration-tests) on both Travis and Circle CI.
104104
5. Make sure your code lints (`npm run lint`).
105105
6. If you haven't already, [sign the CLA](https://code.facebook.com/cla).
106106

0 commit comments

Comments
 (0)