diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 71e19375f..c19c44935 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -2900,7 +2900,7 @@ def user_url_in_org(user_id) if Rails.env.development? return "http://localhost:3000/users/" + user_id.to_s elsif Rails.env.test? - return "https://www.test.forge.net/users/" + user_id.to_s + return "https://www.test.forge.trustie.net/users/" + user_id.to_s else return "https://www.trustie.net/users/" + user_id.to_s end