Merge pull request #1785 from Mir0ff944/mi-readme-rubydoc-url-fix

Fix broken Rubydoc links in README.md
This commit is contained in:
Vasiliy Ermolovich 2022-07-18 16:15:33 +02:00 committed by GitHub
commit 31fe255047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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