reactjs/react-rails

Change the default branch of the repo from master to main

Closed this issue · 1 comments

tnir commented

Help us help you! Have you looked for similar issues? Do you have reproduction steps? Contributing Guide

Steps to reproduce

  1. Access to https://github.com/reactjs/react-rails/blob/master/docs/get-started.md#reactjs-versions
    • Be sure to restart your Rails server after changing these files. See [VERSIONS.md](https://github.com/reactjs/react-rails/blob/main/VERSIONS.md) to learn which version of React.js is included with your `react-rails` version. In some edge cases you may need to bust the sprockets cache with `rake tmp:clear`
  2. Click VERSIONS.md to get 404 error.

Expected behavior

VERSIONS.md should be linked from ocs/get-started.md#reactjs-versions.

Actual behavior

The link causes an 404 error.

Why

See #1327

thx - fixed by fixing doc reference, not main branch