Skip to content

Commit

Permalink
Merge pull request #1785 from Mir0ff944/mi-readme-rubydoc-url-fix
Browse files Browse the repository at this point in the history
Fix broken Rubydoc links in README.md
  • Loading branch information
nashby authored Jul 18, 2022
2 parents 8b8cea1 + 95a8dba commit 31fe255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 31fe255

Please sign in to comment.