Skip to content

Commit 6b3891a

Browse files
mantczalexkrolick
authored andcommitted
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.
1 parent 519a3ae commit 6b3891a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/how-to-contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ All work on React happens directly on [GitHub](https://github.com/facebook/react
2121

2222
### Branch Organization {#branch-organization}
2323

24-
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).
24+
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).
2525

2626
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.
2727

0 commit comments

Comments
 (0)