Browse Source

Update link to stable React versions in docs (#2293)

It currently points to download page which I think does not exist anymore, just redirects to getting started instead.
main
Michael Antczak 6 years ago
committed by Alex Krolick
parent
commit
6b3891ad39
  1. 2
      content/docs/how-to-contribute.md

2
content/docs/how-to-contribute.md

@ -21,7 +21,7 @@ All work on React happens directly on [GitHub](https://github.com/facebook/react
### Branch Organization {#branch-organization}
We will do our best to keep the [`master` branch](https://github.com/facebook/react/tree/master) in good shape, with tests passing at all times. But in order to move fast, we will make API changes that your application might not be compatible with. We recommend that you use [the latest stable version of React](/downloads.html).
We will do our best to keep the [`master` branch](https://github.com/facebook/react/tree/master) in good shape, with tests passing at all times. But in order to move fast, we will make API changes that your application might not be compatible with. We recommend that you use [the latest stable version of React](/versions.html).
If you send a pull request, please do it against the `master` branch. We maintain stable branches for major versions separately but we don't accept pull requests to them directly. Instead, we cherry-pick non-breaking changes from master to the latest stable major version.

Loading…
Cancel
Save