Fix broken Rubydoc links in README.md

Use the correct default branch on Rubydoc links.
This commit is contained in:
Miroslav Ivanov 2022-07-17 00:52:24 +01:00
parent 8b8cea1dbd
commit 95a8dba2bf
1 changed files with 2 additions and 2 deletions

View File

@ -335,7 +335,7 @@ end
</form>
```
To view the actual RDocs for this, check them out here - http://rubydoc.info/github/heartcombo/simple_form/master/SimpleForm/FormBuilder:input_field
To view the actual RDocs for this, check them out here - http://rubydoc.info/github/heartcombo/simple_form/main/SimpleForm/FormBuilder:input_field
### Collections
@ -1263,7 +1263,7 @@ end
You can view the **Simple Form** documentation in RDoc format here:
http://rubydoc.info/github/heartcombo/simple_form/master/frames
http://rubydoc.info/github/heartcombo/simple_form/main/frames
### Supported Ruby / Rails versions