Skip to content

Commit

Permalink
Point to main branch instead of old master
Browse files Browse the repository at this point in the history
Ref: heartcombo#1808 [ci skip]
  • Loading branch information
carlosantoniodasilva committed Jan 30, 2023
1 parent 4851758 commit d17d97f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Simple Form Logo](https://raw.github.com/heartcombo/simple_form/master/simple_form.png)
![Simple Form Logo](https://raw.github.com/heartcombo/simple_form/main/simple_form.png)

Rails forms made easy.

Expand Down Expand Up @@ -262,7 +262,7 @@ the wrapper as well:
<% end %>
```

By default, **Simple Form** generates a hidden field to handle the un-checked case for boolean fields.
By default, **Simple Form** generates a hidden field to handle the un-checked case for boolean fields.
Passing `unchecked_value: false` in the options for boolean fields will cause this hidden field to be omitted,
following the convention in Rails. You can also specify `include_hidden: false` to skip the hidden field:

Expand Down
2 changes: 1 addition & 1 deletion simple_form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.metadata = {
"homepage_uri" => "https://github.com/heartcombo/simple_form",
"documentation_uri" => "https://rubydoc.info/github/heartcombo/simple_form",
"changelog_uri" => "https://github.com/heartcombo/simple_form/blob/master/CHANGELOG.md",
"changelog_uri" => "https://github.com/heartcombo/simple_form/blob/main/CHANGELOG.md",
"source_code_uri" => "https://github.com/heartcombo/simple_form",
"bug_tracker_uri" => "https://github.com/heartcombo/simple_form/issues",
"wiki_uri" => "https://github.com/heartcombo/simple_form/wiki"
Expand Down

0 comments on commit d17d97f

Please sign in to comment.