Skip to content

Commit

Permalink
minor tweaks to the wording for the versions page (facebook#3327)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Sep 16, 2022
1 parent 7bb5d88 commit 8c65a42
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions website/src/pages/versions.js
Expand Up @@ -60,21 +60,18 @@ const Versions = () => {
<Layout title="Versions" wrapperClassName="versions-page">
<h1>React Native versions</h1>
<p>
Open source React Native releases follow a monthly release train that is
Open source React Native releases follow a release train that is
coordinated on GitHub through the{' '}
<a
href={
'https://github.com/react-native-community/react-native-releases'
}>
href={'https://github.com/reactwg/react-native-releases/discussions'}>
<code>react-native-releases</code>
</a>{' '}
repository. At the beginning of each month, a new release candidate is
created off the <code>main</code> branch of{' '}
repository. New releases are created off the <code>main</code> branch of{' '}
<a href={'https://github.com/facebook/react-native'}>
<code>facebook/react-native</code>
</a>
. The release candidate will soak for a month to allow contributors like
yourself to{' '}
. They will follow a Release Candidate process to allow contributors
like yourself to{' '}
<a href={useBaseUrl('docs/upgrading')}>verify the changes</a> and to
identify any issues by{' '}
<a href="https://github.com/facebook/react-native/issues">
Expand Down

0 comments on commit 8c65a42

Please sign in to comment.