Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor tweaks to the wording for the versions page #3327

Merged
merged 1 commit into from
Sep 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions website/src/pages/versions.js
Original file line number Diff line number Diff line change
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