diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 2ce2609..0eb7d82 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -193,7 +193,7 @@ module ApplicationHelper def gathers_url if Rails.env.production? - "http://gathers.ensl.org" + "https://gathers.ensl.org" else "http://gathers.staging.ensl.org" end