diff --git a/app/models/notification_services/hipchat_service.rb b/app/models/notification_services/hipchat_service.rb index 7fb1a3b..8680df7 100644 --- a/app/models/notification_services/hipchat_service.rb +++ b/app/models/notification_services/hipchat_service.rb @@ -17,7 +17,7 @@ class NotificationServices::HipchatService < NotificationService end def create_notification(problem) - url = app_err_url problem.app, problem + url = app_problem_url problem.app, problem message = <<-MSG.strip_heredoc [#{ERB::Util.html_escape problem.app.name}]#{ERB::Util.html_escape notification_description(problem)}
#{url} -- libgit2 0.21.2