Skip to content

Commit 886713c

Browse files
Update references to the SimpleForm + Bootstrap example app
1 parent 810cd3c commit 886713c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You have to be sure that you added a copy of the [Bootstrap](http://getbootstrap
4242
assets on your application.
4343

4444
For more information see the generator output, our
45-
[example application code](https://github.com/rafaelfranca/simple_form-bootstrap) and
45+
[example application code](https://github.com/heartcombo/simple_form-bootstrap) and
4646
[the live example app](https://simple-form-bootstrap.herokuapp.com/).
4747

4848
### Zurb Foundation 5

lib/generators/simple_form/templates/config/initializers/simple_form_bootstrap.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Please do not make direct changes to this file!
44
# This generator is maintained by the community around simple_form-bootstrap:
5-
# https://github.com/rafaelfranca/simple_form-bootstrap
5+
# https://github.com/heartcombo/simple_form-bootstrap
66
# All future development, tests, and organization should happen there.
77
# Background history: https://github.com/heartcombo/simple_form/issues/1561
88

@@ -362,7 +362,7 @@
362362

363363

364364
# Input Group - custom component
365-
# see example app and config at https://github.com/rafaelfranca/simple_form-bootstrap
365+
# see example app and config at https://github.com/heartcombo/simple_form-bootstrap
366366
# config.wrappers :input_group, tag: 'div', class: 'form-group', error_class: 'form-group-invalid', valid_class: 'form-group-valid' do |b|
367367
# b.use :html5
368368
# b.use :placeholder

0 commit comments

Comments
 (0)