diff --git a/app/presenters/home/index_presenter.rb b/app/presenters/home/index_presenter.rb index c3f5c03..7430e1e 100644 --- a/app/presenters/home/index_presenter.rb +++ b/app/presenters/home/index_presenter.rb @@ -19,7 +19,7 @@ def recent_events def rails_projects [ - {:img => 'tutorys.png', :link => "https://www.tutorys.com", :title => 'Tutorys'}, + {:img => 'tutorys.png', :link => "http://www.tutorys.com", :title => 'Tutorys'}, {:img => 'github.png', :link => 'https://github.com', :title => 'Github'}, {:img => 'groupon.png', :link => "http://www.groupon.fr", :title => 'Groupon'}, {:img => 'novagile.png', :link => "http://novagile.fr", :title => 'Novagile'},